Search
Plugins
>
Intrinsics 1.0.0
>
org.w3c.dom.Document
>
Interface org.w3c.dom.Document
Extends
java.lang.Object
This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.
Attributes
None
Methods
Name
Returns
adoptNode
(
org.w3c.dom.Node
)
org.w3c.dom.Node
createAttribute
(
String
)
org.w3c.dom.Attr
createAttributeNS
(
String
,
String
)
org.w3c.dom.Attr
createCDATASection
(
String
)
org.w3c.dom.CDATASection
createComment
(
String
)
org.w3c.dom.Comment
createDocumentFragment
()
org.w3c.dom.DocumentFragment
createElement
(
String
)
org.w3c.dom.Element
createElementNS
(
String
,
String
)
org.w3c.dom.Element
createEntityReference
(
String
)
org.w3c.dom.EntityReference
createProcessingInstruction
(
String
,
String
)
org.w3c.dom.ProcessingInstruction
createTextNode
(
String
)
org.w3c.dom.Text
getDoctype
()
org.w3c.dom.DocumentType
getDocumentElement
()
org.w3c.dom.Element
getDocumentURI
()
String
getDomConfig
()
org.w3c.dom.DOMConfiguration
getElementById
(
String
)
org.w3c.dom.Element
getElementsByTagName
(
String
)
org.w3c.dom.NodeList
getElementsByTagNameNS
(
String
,
String
)
org.w3c.dom.NodeList
getImplementation
()
org.w3c.dom.DOMImplementation
getInputEncoding
()
String
getStrictErrorChecking
()
boolean
getXmlEncoding
()
String
getXmlStandalone
()
boolean
getXmlVersion
()
String
importNode
(
org.w3c.dom.Node
,
boolean
)
org.w3c.dom.Node
normalizeDocument
()
void
renameNode
(
org.w3c.dom.Node
,
String
,
String
)
org.w3c.dom.Node
setDocumentURI
(
String
)
void
setStrictErrorChecking
(
boolean
)
void
setXmlStandalone
(
boolean
)
void
setXmlVersion
(
String
)
void
Returned by
Method
Returns
javax.xml.parsers.DocumentBuilder.newDocument
()
org.w3c.dom.Document
javax.xml.parsers.DocumentBuilder.parse
(
java.io.InputStream
)
org.w3c.dom.Document
javax.xml.parsers.DocumentBuilder.parse
(
java.io.InputStream
,
String
)
org.w3c.dom.Document
javax.xml.parsers.DocumentBuilder.parse
(
String
)
org.w3c.dom.Document
javax.xml.parsers.DocumentBuilder.parse
(
java.io.File
)
org.w3c.dom.Document
javax.xml.parsers.DocumentBuilder.parse
(
org.xml.sax.InputSource
)
org.w3c.dom.Document
javax.xml.soap.SOAPBody.extractContentAsDocument
()
org.w3c.dom.Document
org.w3c.dom.DOMImplementation.createDocument
(
String
,
String
,
org.w3c.dom.DocumentType
)
org.w3c.dom.Document
org.w3c.dom.Node.getOwnerDocument
()
org.w3c.dom.Document
Referenced in
Method
Returns
javax.xml.soap.SOAPBody.addDocument
(
org.w3c.dom.Document
)
javax.xml.soap.SOAPBodyElement