Package de.pdark.decentxml.dtd
Class DocTypeAttributeList
java.lang.Object
de.pdark.decentxml.BasicNode
de.pdark.decentxml.dtd.DocTypeAttributeList
- All Implemented Interfaces:
DocTypeNode,Node
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDocTypeAttributeList(Token token, String elementName) DocTypeAttributeList(XMLTokenizer.Type type, String elementName) -
Method Summary
Modifier and TypeMethodDescriptiongetValue()voidsetElement(DocTypeElement element) Append the content of this node towriterMethods inherited from class de.pdark.decentxml.BasicNode
copy, copy, createClone, getEndOffset, getStartOffset, getToken, getType, setType, setValue, toString, toXML, toXML
-
Field Details
-
element
-
elementName
-
nodes
-
-
Constructor Details
-
DocTypeAttributeList
-
DocTypeAttributeList
-
-
Method Details
-
getElementName
-
setElement
-
getElement
-
getValue
-
toXML
Description copied from class:BasicNodeAppend the content of this node towriter- Specified by:
toXMLin interfaceNode- Overrides:
toXMLin classBasicNode- Throws:
IOException
-
addNode
- Specified by:
addNodein interfaceDocTypeNode
-