|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.event.SequenceReceiver net.sf.saxon.event.ProxyReceiver net.sf.saxon.event.PIGrabber
public class PIGrabber
The PIGrabber class is a Receiver that looks for xml-stylesheet processing instructions and tests whether they match specified criteria; for those that do, it creates an InputSource object referring to the relevant stylesheet
Field Summary |
---|
Fields inherited from class net.sf.saxon.event.ProxyReceiver |
---|
nextReceiver |
Fields inherited from class net.sf.saxon.event.SequenceReceiver |
---|
pipelineConfiguration, previousAtomic, systemId |
Fields inherited from interface javax.xml.transform.Result |
---|
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING |
Constructor Summary | |
---|---|
PIGrabber(Receiver next)
|
Method Summary | |
---|---|
Source[] |
getAssociatedStylesheets()
Return list of stylesheets that matched, as an array of Source objects |
boolean |
isTerminated()
Determine whether the parse terminated because the first start element tag was found |
void |
processingInstruction(String target,
CharSequence data,
int locationId,
int properties)
Handle xml-stylesheet PI |
void |
setBaseURI(String uri)
Set the base URI |
void |
setCriteria(String media,
String title)
|
void |
setFactory(Configuration config)
|
void |
setURIResolver(URIResolver resolver)
Set the URI resolver to be used for the href attribute |
void |
startElement(NodeName namecode,
SchemaType typecode,
int locationId,
int properties)
Abort the parse when the first start element tag is found |
Methods inherited from class net.sf.saxon.event.ProxyReceiver |
---|
append, attribute, characters, close, comment, endDocument, endElement, getNamePool, getUnderlyingReceiver, namespace, open, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, startDocument, usesTypeAnnotations |
Methods inherited from class net.sf.saxon.event.SequenceReceiver |
---|
append, getConfiguration, getPipelineConfiguration, getSystemId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PIGrabber(Receiver next)
Method Detail |
---|
public void setFactory(Configuration config)
public void setCriteria(String media, String title)
public void setBaseURI(String uri)
uri
- the base URIpublic void setURIResolver(URIResolver resolver)
resolver
- the URI resolverpublic void startElement(NodeName namecode, SchemaType typecode, int locationId, int properties) throws XPathException
startElement
in interface Receiver
startElement
in class ProxyReceiver
namecode
- integer code identifying the name of the element within the name pool.typecode
- integer code identifying the element's type within the name pool.locationId
- an integer which can be interpreted using a LocationProvider
to return
information such as line number and system ID. If no location information is available,
the value zero is supplied.properties
- properties of the element node
XPathException
- if an error occurspublic boolean isTerminated()
public void processingInstruction(String target, CharSequence data, int locationId, int properties) throws XPathException
processingInstruction
in interface Receiver
processingInstruction
in class ProxyReceiver
target
- The PI name. This must be a legal name (it will not be checked).data
- The data portion of the processing instructionlocationId
- an integer which can be interpreted using a LocationProvider
to return
information such as line number and system ID. If no location information is available,
the value zero is supplied.properties
- Additional information about the PI.
XPathException
- if an error occurspublic Source[] getAssociatedStylesheets() throws TransformerException
XPathException
- if a URI cannot be resolved
TransformerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |