Package | Description |
---|---|
com.fasterxml.aalto.out |
Modifier and Type | Method and Description |
---|---|
OutputElement.PrefixState |
OutputElement.checkPrefixValidity(java.lang.String prefix,
java.lang.String nsURI,
javax.xml.namespace.NamespaceContext rootNsContext)
Method that verifies that passed-in non-empty prefix indeed maps
to specified non-empty namespace URI; and depending on how it goes
returns a status for caller.
|
static OutputElement.PrefixState |
OutputElement.PrefixState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutputElement.PrefixState[] |
OutputElement.PrefixState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|