org.apache.xerces.impl.dtd
Class XMLDTDDescription

java.lang.Object
  |
  +--org.apache.xerces.impl.dtd.XMLDTDDescription
All Implemented Interfaces:
org.apache.xerces.xni.grammars.XMLGrammarDescription, org.apache.xerces.xni.XMLResourceIdentifier

public class XMLDTDDescription
extends java.lang.Object
implements org.apache.xerces.xni.grammars.XMLGrammarDescription


Field Summary
protected  java.lang.String fBaseURI
           
protected  java.lang.String fExpandedSystemId
           
protected  java.lang.String fInternalSubset
           
protected  java.lang.String fLiteralSystemId
           
protected  java.lang.String fPublicId
           
protected  java.lang.String fRootName
           
 
Fields inherited from interface org.apache.xerces.xni.grammars.XMLGrammarDescription
XML_DTD, XML_SCHEMA
 
Constructor Summary
XMLDTDDescription()
           
 
Method Summary
 java.lang.String getBaseSystemId()
           Returns the base URI against which the literal SystemId is to be resolved.
 java.lang.String getExpandedSystemId()
          Returns the expanded system identifier.
 java.lang.String getGrammarType()
          the type of the grammar (e.g., DTD or XSD);
 java.lang.String getInternalSubset()
           
 java.lang.String getLiteralSystemId()
          Returns the literal system identifier.
 java.lang.String getPublicId()
          Returns the public identifier.
 java.lang.String getRootName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fBaseURI

protected java.lang.String fBaseURI

fLiteralSystemId

protected java.lang.String fLiteralSystemId

fExpandedSystemId

protected java.lang.String fExpandedSystemId

fPublicId

protected java.lang.String fPublicId

fRootName

protected java.lang.String fRootName

fInternalSubset

protected java.lang.String fInternalSubset
Constructor Detail

XMLDTDDescription

public XMLDTDDescription()
Method Detail

getPublicId

public java.lang.String getPublicId()
Description copied from interface: org.apache.xerces.xni.XMLResourceIdentifier
Returns the public identifier.
Specified by:
getPublicId in interface org.apache.xerces.xni.XMLResourceIdentifier

getBaseSystemId

public java.lang.String getBaseSystemId()
Description copied from interface: org.apache.xerces.xni.XMLResourceIdentifier

Returns the base URI against which the literal SystemId is to be resolved.

Specified by:
getBaseSystemId in interface org.apache.xerces.xni.XMLResourceIdentifier

getExpandedSystemId

public java.lang.String getExpandedSystemId()
Description copied from interface: org.apache.xerces.xni.XMLResourceIdentifier
Returns the expanded system identifier.
Specified by:
getExpandedSystemId in interface org.apache.xerces.xni.XMLResourceIdentifier

getLiteralSystemId

public java.lang.String getLiteralSystemId()
Description copied from interface: org.apache.xerces.xni.XMLResourceIdentifier
Returns the literal system identifier.
Specified by:
getLiteralSystemId in interface org.apache.xerces.xni.XMLResourceIdentifier

getGrammarType

public java.lang.String getGrammarType()
Description copied from interface: org.apache.xerces.xni.grammars.XMLGrammarDescription
the type of the grammar (e.g., DTD or XSD);
Specified by:
getGrammarType in interface org.apache.xerces.xni.grammars.XMLGrammarDescription
Following copied from interface: org.apache.xerces.xni.grammars.XMLGrammarDescription
See Also:
Grammar

getRootName

public java.lang.String getRootName()

getInternalSubset

public java.lang.String getInternalSubset()


Copyright © 1999-2002 Apache XML Project. All Rights Reserved.