Package de.pdark.decentxml.dtd
Class DocTypeEntity
java.lang.Object
de.pdark.decentxml.BasicNode
de.pdark.decentxml.dtd.DocTypeEntity
- All Implemented Interfaces:
DocTypeNode
,Node
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDocTypeEntity
(Token token, String name) DocTypeEntity
(XMLTokenizer.Type type, String name) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getNodes()
getText()
getValue()
boolean
hasNDATA()
boolean
boolean
isPublic()
boolean
isSystem()
void
void
setNotationName
(String notationName) void
setParameterEntity
(boolean parameterEntity) void
setPublicIDLiteral
(String publicIDLiteral) void
setResolvedText
(String resolvedText) 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
-
parameterEntity
private boolean parameterEntity -
name
-
quoteChar
private char quoteChar -
text
-
resolvedText
-
nodes
-
systemLiteral
-
publicIDLiteral
-
notationName
-
-
Constructor Details
-
DocTypeEntity
-
DocTypeEntity
-
-
Method Details
-
isParameterEntity
public boolean isParameterEntity() -
setParameterEntity
public void setParameterEntity(boolean parameterEntity) -
getName
-
setName
-
getText
-
setText
-
getResolvedText
-
setResolvedText
-
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
-
getNodes
-
getNotationName
-
setNotationName
-
hasNDATA
public boolean hasNDATA()
-