Package org.omegat.filters3.xml
Class DTD
java.lang.Object
org.omegat.filters3.Tag
org.omegat.filters3.xml.XMLPseudoTag
org.omegat.filters3.xml.DTD
- All Implemented Interfaces:
Element
Document type declaration in XML file. For example,
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">.-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.omegat.filters3.Tag
getAttribute, getAttributeObject, getAttributes, getIndex, getShortcut, getStartAttributes, getTag, getType, setIndex, setStartAttributes, setType, toSafeCalcShortcut, toShortcut, toTMX
-
Constructor Details
-
DTD
Creates a new instance of Doctype
-
-
Method Details
-
getPublicId
Returns Public ID of this DTD. -
getSystemId
Returns System ID of this DTD. -
addEntity
-
toOriginal
Returns the DTD in its original form as it was in original document.- Specified by:
toOriginalin interfaceElement- Specified by:
toOriginalin classTag
-