public final class BXDoc extends BXNode implements org.w3c.dom.Document
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE| Modifier and Type | Method and Description |
|---|---|
BXNode |
adoptNode(org.w3c.dom.Node source) |
BXAttr |
createAttribute(java.lang.String nm) |
BXAttr |
createAttributeNS(java.lang.String uri,
java.lang.String qn) |
BXCData |
createCDATASection(java.lang.String dat) |
BXComm |
createComment(java.lang.String dat) |
BXDocFrag |
createDocumentFragment() |
BXElem |
createElement(java.lang.String nm) |
BXElem |
createElementNS(java.lang.String uri,
java.lang.String qn) |
org.w3c.dom.EntityReference |
createEntityReference(java.lang.String name) |
BXPI |
createProcessingInstruction(java.lang.String t,
java.lang.String dat) |
BXText |
createTextNode(java.lang.String dat) |
org.w3c.dom.DocumentType |
getDoctype() |
BXElem |
getDocumentElement() |
java.lang.String |
getDocumentURI() |
org.w3c.dom.DOMConfiguration |
getDomConfig() |
BXElem |
getElementById(java.lang.String elementId) |
BXNList |
getElementsByTagName(java.lang.String name) |
BXNList |
getElementsByTagNameNS(java.lang.String namespaceURI,
java.lang.String localName) |
org.w3c.dom.DOMImplementation |
getImplementation() |
java.lang.String |
getInputEncoding() |
BXDoc |
getOwnerDocument() |
boolean |
getStrictErrorChecking() |
java.lang.String |
getXmlEncoding() |
boolean |
getXmlStandalone() |
java.lang.String |
getXmlVersion() |
BXNode |
importNode(org.w3c.dom.Node importedNode,
boolean deep) |
void |
normalizeDocument() |
BXNode |
renameNode(org.w3c.dom.Node n,
java.lang.String namespaceURI,
java.lang.String qualifiedName) |
void |
setDocumentURI(java.lang.String documentURI) |
void |
setStrictErrorChecking(boolean strictErrorChecking) |
void |
setXmlStandalone(boolean xmlStandalone) |
void |
setXmlVersion(java.lang.String xmlVersion) |
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNod, getNodeName, getNodeType, getNodeValue, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitappendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserDatapublic BXDoc(ANode n)
n - node referencepublic BXDoc getOwnerDocument()
getOwnerDocument in interface org.w3c.dom.NodegetOwnerDocument in class BXNodepublic BXNode adoptNode(org.w3c.dom.Node source)
adoptNode in interface org.w3c.dom.Documentpublic BXAttr createAttribute(java.lang.String nm)
createAttribute in interface org.w3c.dom.Documentpublic BXAttr createAttributeNS(java.lang.String uri, java.lang.String qn)
createAttributeNS in interface org.w3c.dom.Documentpublic BXCData createCDATASection(java.lang.String dat)
createCDATASection in interface org.w3c.dom.Documentpublic BXComm createComment(java.lang.String dat)
createComment in interface org.w3c.dom.Documentpublic BXDocFrag createDocumentFragment()
createDocumentFragment in interface org.w3c.dom.Documentpublic BXElem createElement(java.lang.String nm)
createElement in interface org.w3c.dom.Documentpublic BXElem createElementNS(java.lang.String uri, java.lang.String qn)
createElementNS in interface org.w3c.dom.Documentpublic org.w3c.dom.EntityReference createEntityReference(java.lang.String name)
createEntityReference in interface org.w3c.dom.Documentpublic BXPI createProcessingInstruction(java.lang.String t, java.lang.String dat)
createProcessingInstruction in interface org.w3c.dom.Documentpublic BXText createTextNode(java.lang.String dat)
createTextNode in interface org.w3c.dom.Documentpublic org.w3c.dom.DocumentType getDoctype()
getDoctype in interface org.w3c.dom.Documentpublic BXElem getDocumentElement()
getDocumentElement in interface org.w3c.dom.Documentpublic java.lang.String getDocumentURI()
getDocumentURI in interface org.w3c.dom.Documentpublic org.w3c.dom.DOMConfiguration getDomConfig()
getDomConfig in interface org.w3c.dom.Documentpublic BXElem getElementById(java.lang.String elementId)
getElementById in interface org.w3c.dom.Documentpublic BXNList getElementsByTagName(java.lang.String name)
getElementsByTagName in interface org.w3c.dom.Documentpublic BXNList getElementsByTagNameNS(java.lang.String namespaceURI, java.lang.String localName)
getElementsByTagNameNS in interface org.w3c.dom.Documentpublic org.w3c.dom.DOMImplementation getImplementation()
getImplementation in interface org.w3c.dom.Documentpublic java.lang.String getInputEncoding()
getInputEncoding in interface org.w3c.dom.Documentpublic boolean getStrictErrorChecking()
getStrictErrorChecking in interface org.w3c.dom.Documentpublic java.lang.String getXmlEncoding()
getXmlEncoding in interface org.w3c.dom.Documentpublic boolean getXmlStandalone()
getXmlStandalone in interface org.w3c.dom.Documentpublic java.lang.String getXmlVersion()
getXmlVersion in interface org.w3c.dom.Documentpublic BXNode importNode(org.w3c.dom.Node importedNode, boolean deep)
importNode in interface org.w3c.dom.Documentpublic void normalizeDocument()
normalizeDocument in interface org.w3c.dom.Documentpublic BXNode renameNode(org.w3c.dom.Node n, java.lang.String namespaceURI, java.lang.String qualifiedName)
renameNode in interface org.w3c.dom.Documentpublic void setDocumentURI(java.lang.String documentURI)
setDocumentURI in interface org.w3c.dom.Documentpublic void setStrictErrorChecking(boolean strictErrorChecking)
setStrictErrorChecking in interface org.w3c.dom.Documentpublic void setXmlStandalone(boolean xmlStandalone)
setXmlStandalone in interface org.w3c.dom.Documentpublic void setXmlVersion(java.lang.String xmlVersion)
setXmlVersion in interface org.w3c.dom.Document