Uses of Interface
org.w3c.dom.Document
| Package | Description |
|---|---|
| javax.xml.parsers | |
| org.apache.harmony.xml.dom | |
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xalan.xslt |
Implementation of Xalan command-line interface.
|
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.dom2dtm | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.w3c.dom | |
| org.w3c.dom.ls |
-
Uses of Document in javax.xml.parsers
Methods in javax.xml.parsers that return Document Modifier and Type Method Description abstract DocumentDocumentBuilder. newDocument()Obtain a new instance of a DOMDocumentobject to build a DOM tree with.DocumentDocumentBuilder. parse(File f)Parse the content of the given file as an XML document and return a new DOMDocumentobject.DocumentDocumentBuilder. parse(InputStream is)Parse the content of the givenInputStreamas an XML document and return a new DOMDocumentobject.DocumentDocumentBuilder. parse(InputStream is, String systemId)Parse the content of the givenInputStreamas an XML document and return a new DOMDocumentobject.DocumentDocumentBuilder. parse(String uri)Parse the content of the given URI as an XML document and return a new DOMDocumentobject.abstract DocumentDocumentBuilder. parse(InputSource is)Parse the content of the given input source as an XML document and return a new DOMDocumentobject. -
Uses of Document in org.apache.harmony.xml.dom
Classes in org.apache.harmony.xml.dom that implement Document Modifier and Type Class Description classDocumentImplProvides a straightforward implementation of the corresponding W3C DOM interface.Methods in org.apache.harmony.xml.dom that return Document Modifier and Type Method Description DocumentDOMImplementationImpl. createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)DocumentNodeImpl. getOwnerDocument() -
Uses of Document in org.apache.xalan.processor
Classes in org.apache.xalan.processor that implement Document Modifier and Type Class Description classProcessorCharactersThis class processes character events for a XSLT template element.classProcessorExsltFuncResultThis class processes parse events for an exslt func:result element.classProcessorExsltFunctionThis class processes parse events for an exslt func:function element.classProcessorImportThis class processes parse events for an xsl:import element.classProcessorIncludeTransformerFactory class for xsl:include markup.classProcessorLREProcesses an XSLT literal-result-element, or something that looks like one.classProcessorStylesheetDocThis class processes the xsl:stylesheet element.classProcessorStylesheetElementTransformerFactory for xsl:stylesheet or xsl:transform markup.classProcessorTemplateElemThis class processes parse events for an XSLT template element.classProcessorTextProcess xsl:text.classProcessorUnknownThis class processes an unknown template element.classWhitespaceInfoPathsclassXSLTElementProcessorThis class acts as the superclass for all stylesheet element processors, and deals with things that are common to all elements. -
Uses of Document in org.apache.xalan.templates
Classes in org.apache.xalan.templates that implement Document Modifier and Type Class Description classDecimalFormatPropertiesImplement xsl:decimal-format.classElemApplyImportImplement xsl:apply-imports.classElemApplyTemplatesImplement xsl:apply-templates.classElemAttributeImplement xsl:attribute.classElemAttributeSetImplement xsl:attribute-set.classElemCallTemplateImplement xsl:call-template.classElemChooseImplement xsl:choose.classElemCommentImplement xsl:comment.classElemCopyImplement xsl:copy.classElemCopyOfImplement xsl:copy-of.classElemElementImplement xsl:elementclassElemEmptySimple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.classElemExsltFuncResultHandles the EXSLT result element within an EXSLT function element.classElemExsltFunctionImplement func:function.classElemExtensionCallImplement an extension element.classElemExtensionDeclImplement the declaration of an extension elementclassElemExtensionScriptImplement Script extension elementclassElemFallbackImplement xsl:fallback.classElemForEachImplement xsl:for-each.classElemIfImplement xsl:if.classElemLiteralResultImplement a Literal Result Element.classElemMessageImplement xsl:message.classElemNumberImplement xsl:number.classElemOtherwiseImplement xsl:otherwise.classElemParamImplement xsl:param.classElemPIImplement xsl:processing-instruction.classElemSortImplement xsl:sort.classElemTemplateImplement xsl:template.classElemTemplateElementAn instance of this class represents an element inside an xsl:template class.classElemTextImplement xsl:template.classElemTextLiteralImplement a text literal.classElemUnknownImplement an unknown elementclassElemUseImplement xsl:use.classElemValueOfImplement xsl:value-of.classElemVariableImplement xsl:variable.classElemVariablePsuedoclassElemWhenImplement xsl:when.classElemWithParamImplement xsl:with-param.classKeyDeclarationHolds the attribute declarations for the xsl:keys element.classNamespaceAliasObject to hold an xsl:namespace element.classOutputPropertiesThis class provides information from xsl:output elements.classStylesheetRepresents a stylesheet element.classStylesheetComposedRepresents a stylesheet that has methods that resolve includes and imports.classStylesheetRootThis class represents the root object of the stylesheet tree.classWhiteSpaceInfoThis is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.Methods in org.apache.xalan.templates that return Document Modifier and Type Method Description DocumentElemLiteralResult.Attribute. getOwnerDocument()DocumentElemTemplateElement. getOwnerDocument()Get the stylesheet owner. -
Uses of Document in org.apache.xalan.xslt
Methods in org.apache.xalan.xslt with parameters of type Document Modifier and Type Method Description voidEnvironmentCheck. appendEnvironmentReport(Node container, Document factory, Hashtable h)Stylesheet extension entrypoint: Dump a basic Xalan environment report from getEnvironmentHash() to a Node.protected booleanEnvironmentCheck. appendFoundJars(Node container, Document factory, Vector v, String desc)Print out report of .jars found in a classpath. -
Uses of Document in org.apache.xml.dtm.ref
Classes in org.apache.xml.dtm.ref that implement Document Modifier and Type Class Description classDTMNodeProxyDTMNodeProxypresents a DOM Node API front-end to the DTM model.Methods in org.apache.xml.dtm.ref that return Document Modifier and Type Method Description DocumentDTMNodeProxy. getOwnerDocument() -
Uses of Document in org.apache.xml.dtm.ref.dom2dtm
Methods in org.apache.xml.dtm.ref.dom2dtm that return Document Modifier and Type Method Description DocumentDOM2DTMdefaultNamespaceDeclarationNode. getOwnerDocument() -
Uses of Document in org.apache.xml.utils
Classes in org.apache.xml.utils that implement Document Modifier and Type Class Description classUnImplNodeTo be subclassed by classes that wish to fake being nodes.Fields in org.apache.xml.utils declared as Document Modifier and Type Field Description DocumentDOMBuilder. m_docRoot documentprotected DocumentDOMHelper. m_DOMFactoryDeprecated.The factory object used for creating nodes in the result tree.Methods in org.apache.xml.utils that return Document Modifier and Type Method Description static DocumentDOMHelper. createDocument()Deprecated.DOM Level 1 did not have a standard mechanism for creating a new Document object.static DocumentDOMHelper. createDocument(boolean isSecureProcessing)Deprecated.DOM Level 1 did not have a standard mechanism for creating a new Document object.DocumentDOM2Helper. getDocument()Deprecated.Query which document this helper is currently operating on.DocumentDOMHelper. getDOMFactory()Deprecated.Retrieve the factory object required to create DOM nodes in the result tree.DocumentUnImplNode. getOwnerDocument()Unimplemented.Methods in org.apache.xml.utils with parameters of type Document Modifier and Type Method Description ElementDOM2Helper. getElementByID(String id, Document doc)Deprecated.Given an XML ID, return the element.ElementDOMHelper. getElementByID(String id, Document doc)Deprecated.Given an ID, return the element.StringDOMHelper. getUnparsedEntityURI(String name, Document doc)Deprecated.The getUnparsedEntityURI function returns the URI of the unparsed entity with the specified name in the same document as the context node (see [3.3 Unparsed Entities]).voidDOM2Helper. setDocument(Document doc)Deprecated.Specify which document this helper is currently operating on.voidDOMHelper. setDOMFactory(Document domFactory)Deprecated.Store the factory object required to create DOM nodes in the result tree.Constructors in org.apache.xml.utils with parameters of type Document Constructor Description DOMBuilder(Document doc)DOMBuilder instance constructor...DOMBuilder(Document doc, DocumentFragment docFrag)DOMBuilder instance constructor...DOMBuilder(Document doc, Node node)DOMBuilder instance constructor... -
Uses of Document in org.w3c.dom
Methods in org.w3c.dom that return Document Modifier and Type Method Description DocumentDOMImplementation. createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)Creates a DOM Document object of the specified type with its document element.DocumentNode. getOwnerDocument()TheDocumentobject associated with this node. -
Uses of Document in org.w3c.dom.ls
Methods in org.w3c.dom.ls that return Document Modifier and Type Method Description DocumentLSParser. parse(LSInput input)Parse an XML document from a resource identified by aLSInput.DocumentLSParser. parseURI(String uri)Parse an XML document from a location identified by a URI reference [IETF RFC 2396].