org.apache.xalan.xpath.xml
Class JaxpLiaison
java.lang.Object
|
+--org.apache.xalan.xpath.XPathSupportDefault
|
+--org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
|
+--org.apache.xalan.xpath.xml.JaxpLiaison
- public class JaxpLiaison
- extends XMLParserLiaisonDefault
Allow use of a generic JAXP parser with Xalan.
Patch from Costin Manolache
Methods inherited from class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault |
addExtensionElementNamespace,
addExtensionNamespace,
associateXLocatorToNode,
copyFromOtherLiaison,
createXLocatorHandler,
deassociateXLocatorToNode,
elementAvailable,
error,
error,
error,
extFunction,
findURIFromDoc,
functionAvailable,
getAcceptLanguage,
getCallback,
getCallbackInfo,
getDefaultXPathFactory,
getDOMFactory,
getEntityResolver,
getErrorHandler,
getExpandedAttributeName,
getExpandedElementName,
getIndent,
getLocalNameOfNode,
getNamespaceForPrefix,
getNamespaceOfNode,
getNodeData,
getNodeData,
getNodeSetByKey,
getParentOfNode,
getProblemListener,
getProcessNamespaces,
getRoot,
getShouldExpandEntityRefs,
getSourceDocsTable,
getSpecialCharacters,
getThrowFoundIndex,
getUnparsedEntityURI,
getURLFromString,
getUseValidation,
getVariable,
getXLocatorFromNode,
isIgnorableWhitespace,
parse,
problem,
reset,
setAcceptLanguage,
setCallback,
setDocumentHandler,
setDOMFactory,
setDTDHandler,
setEntityResolver,
setEnvSupport,
setErrorHandler,
setIndent,
setLocale,
setProblemListener,
setProcessNamespaces,
setShouldExpandEntityRefs,
setSpecialCharacters,
setThrowFoundIndex,
setUseDOM2getNamespaceURI,
setUseValidation,
shouldStripSourceNode,
toMarkup,
toMarkup,
warn,
warn,
warn,
warning |
Methods inherited from class org.apache.xalan.xpath.XPathSupportDefault |
beginConstruction,
decrementContextNodePosition,
endConstruction,
getContextNodeList,
getContextNodePosition,
getCurrentNode,
getInConstruction,
getNamespaceContext,
getNodeNumber,
incrementContextNodePosition,
parseXML,
parseXML,
popContextNodeList,
popContextNodePosition,
popXPathContext,
pushContextNodeList,
pushContextNodePosition,
pushDummyXPathContext,
pushXPathContext,
reExecuteXPathContext,
setContextNodePosition,
setCurrentNode,
setNamespaceContext,
supportsNodeNumber |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
JaxpLiaison
public JaxpLiaison()
getParserDescription
public java.lang.String getParserDescription()
- Overrides:
- getParserDescription in class XMLParserLiaisonDefault
checkNode
public void checkNode(org.w3c.dom.Node node)
throws org.xml.sax.SAXException
- Overrides:
- checkNode in class XMLParserLiaisonDefault
supportsSAX
public boolean supportsSAX()
- Overrides:
- supportsSAX in class XMLParserLiaisonDefault
parse
public void parse(org.xml.sax.InputSource source)
throws org.xml.sax.SAXException,
java.io.IOException
- Overrides:
- parse in class XMLParserLiaisonDefault
getDocument
public org.w3c.dom.Document getDocument()
- Overrides:
- getDocument in class XMLParserLiaisonDefault
createDocument
public org.w3c.dom.Document createDocument()
- Create an empty DOM Document. Mainly used for creating an
output document. Implementation of XMLParserLiaison
interface method.
- Overrides:
- createDocument in class XMLParserLiaisonDefault
getElementByID
public org.w3c.dom.Element getElementByID(java.lang.String id,
org.w3c.dom.Document doc)
- Overrides:
- getElementByID in class XMLParserLiaisonDefault
Copyright © 2000 Apache XML Project. All Rights Reserved.