- addAttribute(Attribute) - Method in class gov.ncbi.pmc.dtdanalyzer.Attributes
-
Adds Attribute to the collection
- addElement(Element) - Method in class gov.ncbi.pmc.dtdanalyzer.Elements
-
Adds an Element to the collection.
- addEntity(Entity) - Method in class gov.ncbi.pmc.dtdanalyzer.Entities
-
Adds an entity to the collection
- addKid(NameChoiceSeq) - Method in class gov.ncbi.pmc.dtdanalyzer.NameChoiceSeq
-
Add a new child name/choice/seq to this one.
- addMapping(String, String) - Method in class gov.ncbi.pmc.xml.PMCBootStrapper
-
Maps a specific PUBLIC or System ID to the specifed location.
- addRoots(String[]) - Method in class gov.ncbi.pmc.dtdanalyzer.ModelBuilder
-
Add a list of root elements.
- addSComment(SComment) - Method in class gov.ncbi.pmc.dtdanalyzer.SComments
-
Adds an SComment to the collection
- addSection(String, String) - Method in class gov.ncbi.pmc.dtdanalyzer.SComment
-
Add a new section to this structured comment.
- App - Class in gov.ncbi.pmc.dtdanalyzer
-
The App class consolidates command-line options, configuration information, and other
things that are shared across all of the dtdanalyzer tools.
- App(String[], String[], OptionHandler, HashMap, boolean, String, String) - Constructor for class gov.ncbi.pmc.dtdanalyzer.App
-
Constructor.
- App(String[], String[], OptionHandler, HashMap, boolean, int, String, String) - Constructor for class gov.ncbi.pmc.dtdanalyzer.App
-
Constructor.
- Attribute - Class in gov.ncbi.pmc.dtdanalyzer
-
Holds attribute declaration information
- Attribute(String, String, String) - Constructor for class gov.ncbi.pmc.dtdanalyzer.Attribute
-
Creates a new instance of Attribute
- ATTRIBUTE - Static variable in class gov.ncbi.pmc.dtdanalyzer.SComment
-
Marks a comment as belonging to an attribute.
- attributeDecl(String, String, String, String, String) - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
Creates a new Attribute using the declaration information provided
by the XML Reader
- AttributeIterator - Class in gov.ncbi.pmc.dtdanalyzer
-
Allows user to iterate over a collection of Attribute objects
- Attributes - Class in gov.ncbi.pmc.dtdanalyzer
-
Holds a collection of Attribute objects and provides accessor methods
- Attributes() - Constructor for class gov.ncbi.pmc.dtdanalyzer.Attributes
-