- SAX_DRIVER_DEFAULT - Static variable in class gov.ncbi.pmc.dtdanalyzer.App
-
- SAX_DRIVER_PROPERTY - Static variable in class gov.ncbi.pmc.dtdanalyzer.App
-
- SComment - Class in gov.ncbi.pmc.dtdanalyzer
-
Holds a single instance of a structured comment ("scomment") from the DTD.
- SComment(String) - Constructor for class gov.ncbi.pmc.dtdanalyzer.SComment
-
Creates a new instance of an SComment.
- SComments - Class in gov.ncbi.pmc.dtdanalyzer
-
Holds a collection of SComment objects and provides accessor methods.
- SComments() - Constructor for class gov.ncbi.pmc.dtdanalyzer.SComments
-
Constructor
- setBaseUri(URI) - Static method in class gov.ncbi.pmc.dtdanalyzer.Entity
-
Set the baseUri, used in computing relSysId.
- setCommentProcessor(String) - Static method in class gov.ncbi.pmc.dtdanalyzer.SComment
-
Sets the structured comment processor for this class.
- setDebug() - Method in class gov.ncbi.pmc.dtdanalyzer.ModelBuilder
-
Sets debug to true.
- setDefaultValue(String) - Method in class gov.ncbi.pmc.dtdanalyzer.Attribute
-
Assign a default value to the attribute
- setDocumentLocator(Locator) - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
Sets locator that identifies the DTD file in which a declaration occurs.
- setIncluded(boolean) - Method in class gov.ncbi.pmc.dtdanalyzer.Entity
-
Set the included flag.
- setIsRoot() - Method in class gov.ncbi.pmc.dtdanalyzer.Element
-
Sets the value of the isRoot flag to true.
- setLineNumber(int) - Method in class gov.ncbi.pmc.dtdanalyzer.Location
-
Sets line number of the declaration in the DTD file.
- setLocation(Location) - Method in class gov.ncbi.pmc.dtdanalyzer.Attribute
-
Sets location of the attribute declaration
- setLocation(Location) - Method in class gov.ncbi.pmc.dtdanalyzer.Element
-
Sets the location for this element declaration inside the DTD.
- setLocation(Location) - Method in class gov.ncbi.pmc.dtdanalyzer.Entity
-
- setMode(String) - Method in class gov.ncbi.pmc.dtdanalyzer.Attribute
-
Sets the mode (such as #IMPLIED) of the attribute
- setName(String) - Method in class gov.ncbi.pmc.dtdanalyzer.SComment
-
- setPublicId(String) - Method in class gov.ncbi.pmc.dtdanalyzer.Entity
-
- setPublicId(String) - Method in class gov.ncbi.pmc.dtdanalyzer.Location
-
Sets public identifier of the DTD file containing the declaration.
- setQ(char) - Method in class gov.ncbi.pmc.dtdanalyzer.NameChoiceSeq
-
Set the quantifier string.
- setSystemId(String) - Method in class gov.ncbi.pmc.dtdanalyzer.Entity
-
Sets the system id and relSysId.
- setSystemId(String) - Method in class gov.ncbi.pmc.dtdanalyzer.Location
-
Sets value of the filename
- setType(int) - Method in class gov.ncbi.pmc.dtdanalyzer.NameChoiceSeq
-
Set the type.
- setUnreachable() - Method in class gov.ncbi.pmc.dtdanalyzer.Element
-
Sets the reachable flag to false.
- setValue(String) - Method in class gov.ncbi.pmc.dtdanalyzer.Entity
-
Sets the value
- setXslt(Transformer) - Method in class gov.ncbi.pmc.dtdanalyzer.App
-
Allows an application class to set the XSLT transformer object.
- skippedEntity(String) - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
- startCDATA() - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
- startDocument() - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
Reinitializes all values so that declaration information can be collected
- startDTD(String, String, String) - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
- startElement(String, String, String, Attributes) - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
Ends DTD processing because the parser has reached content.
- startEntity(String) - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-
Handler for the start of entities.
- startPrefixMapping(String, String) - Method in class gov.ncbi.pmc.dtdanalyzer.DTDEventHandler
-