Package de.pdark.decentxml.dtd
Class DocTypeElement
java.lang.Object
de.pdark.decentxml.BasicNode
de.pdark.decentxml.dtd.DocTypeElement
- All Implemented Interfaces:
Node
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDocTypeElement(Token token, String name, String content) DocTypeElement(XMLTokenizer.Type type, String name, String content) -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetAttLists(List<DocTypeAttributeList> value) voidsetContent(String content) voidstatic Stringprotected voidMethods inherited from class de.pdark.decentxml.BasicNode
copy, copy, createClone, getEndOffset, getStartOffset, getToken, getType, getValue, setType, setValue, toString, toXML, toXML, toXML
-
Field Details
-
name
-
-
attLists
-
-
Constructor Details
-
DocTypeElement
-
DocTypeElement
-
-
Method Details
-
getName
-
setName
-
getContent
-
setContent
-
updateValue
protected void updateValue() -
toXML
-
setAttLists
-
getAttLists
-