org.xmlpull.v1.builder
Interface XmlNotation


public interface XmlNotation

Represents Notation Information Item. There is a notation information item for each notation declared in the DTD.


Method Summary
 java.lang.String getDeclarationBaseUri()
          The base URI relative to which the system identifier should be resolved (i.e. the base URI of the resource within which the notation declaration occurs).
 java.lang.String getName()
          The name of the notation.
 java.lang.String getPublicIdentifier()
          The public identifier of the notation, normalized as described in 4.2.2 External Entities [XML].
 java.lang.String getSystemIdentifier()
          The system identifier of the notation, as it appears in the declaration of the notation, without any additional URI escaping applied by the processor.
 

Method Detail

getName

java.lang.String getName()
The name of the notation.


getSystemIdentifier

java.lang.String getSystemIdentifier()
The system identifier of the notation, as it appears in the declaration of the notation, without any additional URI escaping applied by the processor. If no system identifier was specified, this property has no value.


getPublicIdentifier

java.lang.String getPublicIdentifier()
The public identifier of the notation, normalized as described in 4.2.2 External Entities [XML]. If the notation has no public identifier, this property has no value.


getDeclarationBaseUri

java.lang.String getDeclarationBaseUri()
The base URI relative to which the system identifier should be resolved (i.e. the base URI of the resource within which the notation declaration occurs).