|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTD | |
ORG.oclc.xml.om | |
ORG.oclc.xml.parser | |
ORG.oclc.xml.util |
Uses of DTD in ORG.oclc.xml.om |
Fields in ORG.oclc.xml.om declared as DTD | |
protected DTD |
Document.dtd
The Document Type Definition (DTD). |
Methods in ORG.oclc.xml.om that return DTD | |
DTD |
Document.getDTD()
Retrieves the document's DTD. |
Methods in ORG.oclc.xml.om with parameters of type DTD | |
boolean |
ElementImpl.isAttributeQualified(Name attr,
DTD dtd)
Determines if the attribute is qualified. |
Uses of DTD in ORG.oclc.xml.parser |
Methods in ORG.oclc.xml.parser with parameters of type DTD | |
void |
Parser.parse(URL url,
ElementFactory factory,
DTD dtd,
Element root,
boolean caseInsensitive,
boolean loadExt)
Parses the XML document pointed to by the given URL and creates the corresponding XML document hierarchy. |
void |
Parser.parse(InputStream in,
ElementFactory factory,
DTD dtd,
Element root,
boolean caseInsensitive,
boolean loadExt)
Parses the XML from given input stream. |
Uses of DTD in ORG.oclc.xml.util |
Fields in ORG.oclc.xml.util declared as DTD | |
DTD |
XMLOutputStream.dtd
needed for saving in correct format |
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV NEXT | FRAMES NO FRAMES |