Uses of Class
com.adobe.epubcheck.vocab.PrefixDeclarationParser.State
-
Packages that use PrefixDeclarationParser.State Package Description com.adobe.epubcheck.vocab -
-
Uses of PrefixDeclarationParser.State in com.adobe.epubcheck.vocab
Fields in com.adobe.epubcheck.vocab with type parameters of type PrefixDeclarationParser.State Modifier and Type Field Description private static java.util.EnumSet<PrefixDeclarationParser.State>PrefixDeclarationParser. FINAL_STATESMethods in com.adobe.epubcheck.vocab that return PrefixDeclarationParser.State Modifier and Type Method Description static PrefixDeclarationParser.StatePrefixDeclarationParser.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrefixDeclarationParser.State[]PrefixDeclarationParser.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.epubcheck.vocab with parameters of type PrefixDeclarationParser.State Modifier and Type Method Description private static java.util.List<java.lang.String>PrefixDeclarationParser. consume(java.io.Reader reader, int c, PrefixDeclarationParser.State state)
-