Interface XmlNotation

    • Method Detail

      • getName

        String getName()
        The name of the notation.
      • getSystemIdentifier

        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

        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

        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).