Uses of Class
com.nwalsh.sinclude.xpointer.ParseType
-
Packages that use ParseType Package Description com.nwalsh.sinclude.xpointer -
-
Uses of ParseType in com.nwalsh.sinclude.xpointer
Methods in com.nwalsh.sinclude.xpointer that return ParseType Modifier and Type Method Description static ParseType
ParseType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ParseType[]
ParseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.nwalsh.sinclude.xpointer with parameters of type ParseType Modifier and Type Method Description Scheme[]
DefaultFragmentIdParser. parseFragmentIdentifier(ParseType parseType, java.lang.String fragid)
Scheme[]
FragmentIdParser. parseFragmentIdentifier(ParseType parseType, java.lang.String fragid)
-