- Element - Class in gov.ncbi.pmc.dtdanalyzer
-
Holds all the information associated with an element declaration in the DTD.
- Element(String, String, int) - Constructor for class gov.ncbi.pmc.dtdanalyzer.Element
-
Creates a new instance of the class
- ELEMENT - Static variable in class gov.ncbi.pmc.dtdanalyzer.SComment
-
Marks a comment as belonging to an element
- elementDecl(String, String) - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
Builds Element from the declaration information provided by the parser
- ElementIterator - Class in gov.ncbi.pmc.dtdanalyzer
-
Allows user to iterate over a collection of Element objects
- ElementIterator(Iterator) - Constructor for class gov.ncbi.pmc.dtdanalyzer.ElementIterator
-
Creates a new instance of ElementIterator
- Elements - Class in gov.ncbi.pmc.dtdanalyzer
-
Holds a collection of Element objects and provides accessor methods
- Elements() - Constructor for class gov.ncbi.pmc.dtdanalyzer.Elements
-
- endCDATA() - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
- endDocument() - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
- endDTD() - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
Signals that the DTD has been fully processed
- endElement(String, String, String) - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
- endEntity(String) - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
- EndOfDTDException - Exception in gov.ncbi.pmc.dtdanalyzer
-
Signals that the parser has reached the end of the DTD
- EndOfDTDException() - Constructor for exception gov.ncbi.pmc.dtdanalyzer.EndOfDTDException
-
Creates a new instance of EndOfDTDException
- endPrefixMapping(String) - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
- Entities - Class in gov.ncbi.pmc.dtdanalyzer
-
Holds a collection of Entity objects and provides accessor methods.
- Entities() - Constructor for class gov.ncbi.pmc.dtdanalyzer.Entities
-
- Entity - Class in gov.ncbi.pmc.dtdanalyzer
-
Holds all the information associated with an entity declaration in the DTD.
- Entity(String, int) - Constructor for class gov.ncbi.pmc.dtdanalyzer.Entity
-
Creates an instances of the class
- EntityIterator - Class in gov.ncbi.pmc.dtdanalyzer
-
Allows user to iterate over a collection of Entity objects
- EntityIterator(Iterator) - Constructor for class gov.ncbi.pmc.dtdanalyzer.EntityIterator
-
Creates a new instance of EntityIterator
- error(SAXParseException) - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
- externalEntityDecl(String, String, String) - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
Builds Entity from the declaration information provided by the parser