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()
boolean
isPublic()
boolean
isSystem()
void
void
setPublicIDLiteral
(String publicIDLiteral) void
setSystemLiteral
(String systemLiteral) void
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
-
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: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
-