Package de.pdark.decentxml.dtd
Class DocTypeNotation
java.lang.Object
de.pdark.decentxml.BasicNode
de.pdark.decentxml.dtd.DocTypeNotation
- All Implemented Interfaces:
DocTypeNode,Node
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDocTypeNotation(Token token, String name) DocTypeNotation(XMLTokenizer.Type type, String name) -
Method Summary
Modifier and TypeMethodDescriptiongetName()getText()getValue()booleanisPublic()booleanisSystem()voidvoidsetPublicIDLiteral(String publicIDLiteral) voidsetSystemLiteral(String systemLiteral) voidAppend 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
-
name
-
quoteChar
private char quoteChar -
text
-
nodes
-
systemLiteral
-
publicIDLiteral
-
-
Constructor Details
-
DocTypeNotation
-
DocTypeNotation
-
-
Method Details
-
getName
-
setName
-
getText
-
setText
-
getSystemLiteral
-
setSystemLiteral
-
isSystem
public boolean isSystem() -
getPublicIDLiteral
-
setPublicIDLiteral
-
isPublic
public boolean isPublic() -
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
-