- generateJavascriptSetup(PrintWriter) - Static method in class DTDDoc.ElementTreeBuilder
-
Generates preliminary Javascript code needed to load the d-tree library.
- generateTree() - Method in class DTDDoc.ElementTreeBuilder
-
Builds the HTML/Javascript code necessary to the invocation of d-tree.
- getConfig(String) - Method in class DTDDoc.DTDDoc
-
Deprecated.
Get a configuration value.
- getCssClass(int) - Method in class DTDDoc.DtdXhtmlRenderer
-
- getCurrentState() - Method in class DTDDoc.DtdHighlighter
-
- getDefaultCssStyles() - Method in class DTDDoc.DtdXhtmlRenderer
-
- getDoctype() - Method in class DTDDoc.ExtendedDTD
-
Returns the doctype of the DTD (see the doctype tag).
- getDTDBaseURI(ExtendedDTD) - Method in class DTDDoc.DTDCommenter
-
- getEffectiveEncoding() - Method in class DTDDoc.ExtendedDTD
-
Get the effective encoding of the file: either the encoding specified in the file,
or the default encoding (UTF-8) if not specified
- getElementByName(String) - Method in class DTDDoc.ExtendedDTD
-
- getElementByName(DTDName) - Method in class DTDDoc.ExtendedDTD
-
- getElementOrigin(DTDElement) - Method in class DTDDoc.ExtendedDTD
-
Gives the file name of the DTD where a given element is defined.
- getElements() - Method in class DTDDoc.ExtendedDTD
-
Return all the DTDElements of the DTD (a transparent wrapper around
the same function in Wutka's library).
- getElementsCollection() - Method in class DTDDoc.ExtendedDTD
-
- getEncoding() - Method in class DTDDoc.ExtendedDTD
-
Get the encoding specified in the file, if any.
- getEntities() - Method in class DTDDoc.ExtendedDTD
-
Return all the DTDEntities of the DTD (a transparent wrapper around
the same function in Wutka's library).
- getExternalHREF(ExtendedDTD, DTDElement, String) - Method in class DTDDoc.DTDCommenter
-
Builds a HTML external reference to an element from the documentation
of a DTD (filename#element_id
).
- getExternalHREF(ExtendedDTD, String, String) - Method in class DTDDoc.DTDCommenter
-
- getFilename(String) - Static method in class DTDDoc.Tools
-
Extract the file name out of a full path.
- getHighlighter() - Method in class DTDDoc.DtdXhtmlRenderer
-
- getInternalHREF(ExtendedDTD, DTDElement) - Method in class DTDDoc.DTDCommenter
-
Builds a HTML internal reference to an element inside the documentation
of a DTD (#element_id
).
- getItems() - Method in class DTDDoc.ExtendedDTD
-
Return all the DTDItems of the DTD (a transparent wrapper around
the same function in Wutka's library).
- getLocation(DTDElement) - Method in class DTDDoc.DefinitionsMap
-
- getMultipleTagValue(String) - Method in class DTDDoc.CommentParser
-
- getNextToken() - Method in class DTDDoc.DtdHighlighter
-
- getParents(String) - Method in class DTDDoc.ExtendedDTD
-
Gets the parents of an element.
- getRootElement() - Method in class DTDDoc.ExtendedDTD
-
Returns the root elements of the DTD, as defined by the \@root tag.
- getStartState() - Method in class DTDDoc.DtdHighlighter
-
- getStyleCount() - Method in class DTDDoc.DtdHighlighter
-
- getSystemPath() - Method in class DTDDoc.ExtendedDTD
-
Returns the full path to the original DTD.
- getTitle() - Method in class DTDDoc.ExtendedDTD
-
Returns the title of the DTD (see the @title tag).
- getTokenLength() - Method in class DTDDoc.DtdHighlighter
-
- getUniqueId(DTDAttlist, DTDAttribute) - Static method in class DTDDoc.ExtendedDTD
-
Gives a unique id for an attribute in a DTD.
- getUniqueId(DTDElement, DTDAttribute) - Static method in class DTDDoc.ExtendedDTD
-
Gives a unique id for an attribute in a DTD.
- getUniqueId(DTDElement) - Static method in class DTDDoc.ExtendedDTD
-
Gives a unique id for an element of a DTD.
- getUniqueTagValue(String) - Method in class DTDDoc.CommentParser
-