Package com.nwalsh.sinclude.xpointer
Interface FragmentIdParser
-
- All Known Implementing Classes:
DefaultFragmentIdParser
public interface FragmentIdParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getProperty(net.sf.saxon.s9api.QName property)
Scheme[]
parseFragmentIdentifier(ParseType parseType, java.lang.String fragid)
void
setProperty(net.sf.saxon.s9api.QName property, java.lang.String value)
-