public interface XmlNotation
| Modifier and Type | Method and Description |
|---|---|
String |
getDeclarationBaseUri()
The base URI relative to which the system identifier should be resolved
(i.e.
|
String |
getName()
The name of the notation.
|
String |
getPublicIdentifier()
The public identifier of the notation, normalized as described in
4.2.2 External Entities [XML].
|
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.
|
String getName()
String getSystemIdentifier()
String getPublicIdentifier()
String getDeclarationBaseUri()
Copyright © 2013. All Rights Reserved.