Uses of Enum
com.fasterxml.aalto.out.OutputElement.PrefixState
Packages that use OutputElement.PrefixState
-
Uses of OutputElement.PrefixState in com.fasterxml.aalto.out
Subclasses with type arguments of type OutputElement.PrefixState in com.fasterxml.aalto.outMethods 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.PrefixStateReturns 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.