Uses of Enum
com.fasterxml.aalto.out.OutputElement.PrefixState
Packages that use OutputElement.PrefixState
-
Uses of OutputElement.PrefixState in com.fasterxml.aalto.out
Methods in com.fasterxml.aalto.out that return OutputElement.PrefixStateModifier and TypeMethodDescriptionOutputElement.checkPrefixValidity
(String prefix, String nsURI, 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
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.