Package de.pdark.decentxml.dtd
Class DocType
java.lang.Object
de.pdark.decentxml.BasicNode
de.pdark.decentxml.dtd.DocType
- All Implemented Interfaces:
Node
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate DocType.DocTypeType
private Map
<String, DocTypeEntity> private String
private Map
<String, List<DocTypeAttributeList>> private Map
<String, DocTypeElement> private String
private Map
<String, DocTypeEntity> private String
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getAttributeList
(String name) getElement
(String name) getEntityResolver
(EntityResolver parent) getName()
getParameterEntity
(String name) void
Map element and attlist declarations in the DTDvoid
setDocTypeType
(DocType.DocTypeType docTypeType) void
void
setNotationDataName
(String notationDataName) void
setPublicLiteral
(String publicLiteral) void
setSystemLiteral
(String systemLiteral) Append the content of this node towriter
Methods inherited from class de.pdark.decentxml.BasicNode
copy, copy, createClone, getEndOffset, getStartOffset, getToken, getType, getValue, setType, setValue, toString, toXML, toXML
-
Field Details
-
name
-
docTypeType
-
publicLiteral
-
systemLiteral
-
notationDataName
-
nodes
-
nameToElement
-
nameToAttributeList
-
parameterEntities
-
entities
-
-
Constructor Details
-
DocType
-
DocType
public DocType()
-
-
Method Details
-
add
-
mapElementsAndAttributes
public void mapElementsAndAttributes()Map element and attlist declarations in the DTD -
getName
-
setName
-
getDocTypeType
-
setDocTypeType
-
getPublicLiteral
-
setPublicLiteral
-
getSystemLiteral
-
setSystemLiteral
-
getNotationDataName
-
setNotationDataName
-
toXML
Description copied from class:BasicNode
Append the content of this node towriter
- Specified by:
toXML
in interfaceNode
- Overrides:
toXML
in classBasicNode
- Throws:
IOException
-
getElement
-
getElements
-
getAttributeList
-
getAttributeLists
-
getEntity
-
getEntityResolver
-
getEntityResolver
-
getParameterEntity
-