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()booleanhasNDATA()booleanbooleanisPublic()booleanisSystem()voidvoidsetNotationName(String notationName) voidsetParameterEntity(boolean parameterEntity) voidsetPublicIDLiteral(String publicIDLiteral) voidsetResolvedText(String resolvedText) 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
-
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:BasicNodeAppend the content of this node towriter- Specified by:
toXMLin interfaceNode- Overrides:
toXMLin classBasicNode- Throws:
IOException
-
addNode
- Specified by:
addNodein interfaceDocTypeNode
-
getNodes
-
getNotationName
-
setNotationName
-
hasNDATA
public boolean hasNDATA()
-