public interface ValidationContext
Modifier and Type | Method and Description |
---|---|
String |
getBaseUri()
Returns the base URI of the context.
|
boolean |
isNotation(String notationName)
Checks if a notation is declared with the
specified name.
|
boolean |
isUnparsedEntity(String entityName)
Checks if an unparsed entity is declared with the
specified name.
|
String |
resolveNamespacePrefix(String prefix)
Resolves a namespace prefix to the corresponding namespace URI.
|
String resolveNamespacePrefix(String prefix)
If the prefix is "" (empty string), it indicates an unprefixed value. The callee should resolve it as for an unprefixed element, rather than for an unprefixed attribute.
If the prefix is "xml", then the callee must resolve this prefix into "http://www.w3.org/XML/1998/namespace", as defined in the XML Namespaces Recommendation.
String getBaseUri()
boolean isUnparsedEntity(String entityName)
boolean isNotation(String notationName)
Copyright © 2021 JBoss by Red Hat. All rights reserved.