Package gnu.kawa.xml
Class KDocument
- All Implemented Interfaces:
Consumable
,Enumeration<Object>
,Iterator<Object>
,ListIterator<Object>
,Document
,Node
-
Field Summary
Fields inherited from class gnu.lists.SeqPosition
ipos, sequence
Fields inherited from interface org.w3c.dom.Node
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAttribute
(String name) Not implemented.createAttributeNS
(String namespaceURI, String qualifiedName) Not implemented.createCDATASection
(String data) Not implemented.createComment
(String data) Not implemented.Not implemented.createElement
(String tagName) Not implemented.createElementNS
(String namespaceURI, String qualifiedName) Not implemented.createEntityReference
(String name) Not implemented.createProcessingInstruction
(String target, String data) Not implemented.createTextNode
(String data) Not implemented.getElementById
(String elementId) getElementsByTagNameNS
(String namespaceURI, String localName) Not implemented yet.short
boolean
protected void
getTextContent
(StringBuffer sbuf) boolean
boolean
importNode
(Node importedNode, boolean deep) Not implemented.void
renameNode
(Node n, String namespaceURI, String qualifiedname) void
setDocumentURI
(String documentURI) void
setStrictErrorChecking
(boolean strictErrorChecking) void
setXmlStandalone
(boolean xmlStandalone) void
setXmlVersion
(String xmlVersion) Methods inherited from class gnu.kawa.xml.KNode
appendChild, atomicValue, baseURI, cloneNode, coerce, compareDocumentPosition, consume, copy, getAttributes, getBaseURI, getChildNodes, getElementsByTagName, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeNameObject, getNodeSymbol, getNodeValue, getNodeValue, getNodeValue, getOwnerDocument, getPrefix, getPreviousSibling, getUserData, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, make, make, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData, toString
Methods inherited from class gnu.lists.SeqPosition
add, finalize, fromEndIndex, getContainingSequenceSize, getNext, getNextKind, getNextTypeName, getNextTypeObject, getPos, getPrevious, gotoChildrenStart, gotoEnd, gotoNext, gotoPrevious, gotoStart, hasMoreElements, hasNext, hasPrevious, isAfter, make, next, nextElement, nextIndex, previous, previousIndex, release, remove, set, set, set, setNext, setPos, setPos, setPrevious, toInfo
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.w3c.dom.Document
getElementsByTagName
Methods inherited from interface java.util.Enumeration
asIterator
Methods inherited from interface java.util.Iterator
forEachRemaining
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getOwnerDocument, getPrefix, getPreviousSibling, getUserData, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
-
Constructor Details
-
KDocument
-
-
Method Details
-
getNodeName
- Specified by:
getNodeName
in interfaceNode
- Overrides:
getNodeName
in classKNode
-
getImplementation
- Specified by:
getImplementation
in interfaceDocument
-
getDoctype
- Specified by:
getDoctype
in interfaceDocument
-
getParentNode
- Specified by:
getParentNode
in interfaceNode
- Overrides:
getParentNode
in classKNode
-
getDocumentElement
- Specified by:
getDocumentElement
in interfaceDocument
-
getNodeType
public short getNodeType()- Specified by:
getNodeType
in interfaceNode
- Specified by:
getNodeType
in classKNode
-
getNodeValue
- Specified by:
getNodeValue
in interfaceNode
- Overrides:
getNodeValue
in classKNode
-
getTextContent
- Specified by:
getTextContent
in interfaceNode
- Overrides:
getTextContent
in classKNode
-
getTextContent
- Overrides:
getTextContent
in classKNode
-
createElement
Not implemented.- Specified by:
createElement
in interfaceDocument
-
createDocumentFragment
Not implemented.- Specified by:
createDocumentFragment
in interfaceDocument
-
createTextNode
Not implemented.- Specified by:
createTextNode
in interfaceDocument
-
createComment
Not implemented.- Specified by:
createComment
in interfaceDocument
-
createCDATASection
Not implemented.- Specified by:
createCDATASection
in interfaceDocument
-
createProcessingInstruction
Not implemented.- Specified by:
createProcessingInstruction
in interfaceDocument
-
createAttribute
Not implemented.- Specified by:
createAttribute
in interfaceDocument
-
createEntityReference
Not implemented.- Specified by:
createEntityReference
in interfaceDocument
-
importNode
Not implemented.- Specified by:
importNode
in interfaceDocument
-
createElementNS
Not implemented.- Specified by:
createElementNS
in interfaceDocument
-
createAttributeNS
Not implemented.- Specified by:
createAttributeNS
in interfaceDocument
-
getElementsByTagNameNS
Not implemented yet.- Specified by:
getElementsByTagNameNS
in interfaceDocument
-
getElementById
- Specified by:
getElementById
in interfaceDocument
-
hasAttributes
public boolean hasAttributes()- Specified by:
hasAttributes
in interfaceNode
- Overrides:
hasAttributes
in classKNode
-
getInputEncoding
- Specified by:
getInputEncoding
in interfaceDocument
-
getXmlEncoding
- Specified by:
getXmlEncoding
in interfaceDocument
-
getXmlStandalone
public boolean getXmlStandalone()- Specified by:
getXmlStandalone
in interfaceDocument
-
setXmlStandalone
public void setXmlStandalone(boolean xmlStandalone) - Specified by:
setXmlStandalone
in interfaceDocument
-
getXmlVersion
- Specified by:
getXmlVersion
in interfaceDocument
-
setXmlVersion
- Specified by:
setXmlVersion
in interfaceDocument
-
getStrictErrorChecking
public boolean getStrictErrorChecking()- Specified by:
getStrictErrorChecking
in interfaceDocument
-
setStrictErrorChecking
public void setStrictErrorChecking(boolean strictErrorChecking) - Specified by:
setStrictErrorChecking
in interfaceDocument
-
getDocumentURI
- Specified by:
getDocumentURI
in interfaceDocument
-
setDocumentURI
- Specified by:
setDocumentURI
in interfaceDocument
-
renameNode
- Specified by:
renameNode
in interfaceDocument
- Throws:
DOMException
-
adoptNode
- Specified by:
adoptNode
in interfaceDocument
- Throws:
DOMException
-
normalizeDocument
public void normalizeDocument()- Specified by:
normalizeDocument
in interfaceDocument
-
getDomConfig
- Specified by:
getDomConfig
in interfaceDocument
-