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()
void
setElement
(DocTypeElement element) Append the content of this node towriter
Methods 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:BasicNode
Append the content of this node towriter
- Specified by:
toXML
in interfaceNode
- Overrides:
toXML
in classBasicNode
- Throws:
IOException
-
addNode
- Specified by:
addNode
in interfaceDocTypeNode
-