Interface | Description |
---|---|
CollectionURIResolver |
An object that implements this interface can be called by
Stylus XQuery to convert a file collection URI used in a call to
fn:collection() ,
into a set of Source objects. |
ModuleURIResolver |
An object that implements this interface can be called by
Styls XQuery to convert a module URI and location hints used in a
ModuleImport ,
into a set of StreamSource objects. |
UpdatingURIResolver |
An object that implements this interface that can be called by the processor
to turn a URI used in
fn:put()
into a Result object. |
Class | Description |
---|---|
StAXSource |
Acts as a placeholder for an XML
Source in the form of a StAX reader, ie
XMLStreamReader . |