|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.saxon.event.SequenceReceiver
net.sf.saxon.event.ProxyReceiver
net.sf.saxon.event.StartTagBuffer
net.sf.saxon.event.IDFilter
IDFilter is a ProxyReceiver that extracts the subtree of a document rooted at the element with a given ID value. Namespace declarations outside this subtree are treated as if they were present on the identified element.
| 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 | |
IDFilter(java.lang.String id)
|
|
| Method Summary | |
void |
attribute(int nameCode,
int typeCode,
java.lang.CharSequence value,
int locationId,
int properties)
Notify an attribute. |
void |
characters(java.lang.CharSequence chars,
int locationId,
int properties)
Character data |
void |
comment(java.lang.CharSequence chars,
int locationId,
int properties)
Output a comment |
protected void |
declareNamespacesForStartElement()
|
void |
endElement()
endElement: |
void |
processingInstruction(java.lang.String target,
java.lang.CharSequence data,
int locationId,
int properties)
Processing Instruction |
void |
startContent()
startContent: Test if a matching ID attribute was found; if so, start outputting. |
void |
startElement(int nameCode,
int typeCode,
int locationId,
int properties)
startElement |
| Methods inherited from class net.sf.saxon.event.StartTagBuffer |
declareAllNamespaces, getAttribute, getElementNameCode, getURICode, getURIForPrefix, hasAttributes, iteratePrefixes, namespace, setPipelineConfiguration, undeclareNamespacesForElement |
| Methods inherited from class net.sf.saxon.event.ProxyReceiver |
close, endDocument, getConfiguration, getDocumentLocator, getNamePool, getUnderlyingReceiver, open, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startDocument |
| Methods inherited from class net.sf.saxon.event.SequenceReceiver |
append, getPipelineConfiguration, getSystemId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IDFilter(java.lang.String id)
| Method Detail |
public void startElement(int nameCode,
int typeCode,
int locationId,
int properties)
throws XPathException
startElement in interface ReceiverstartElement in class StartTagBufferXPathException
public void attribute(int nameCode,
int typeCode,
java.lang.CharSequence value,
int locationId,
int properties)
throws XPathException
attribute in interface Receiverattribute in class StartTagBuffernameCode - The name of the attribute, as held in the name pooltypeCode - The type of the attribute, as held in the name poolproperties - Bit significant value. The following bits are defined:
IllegalStateException: - attempt to output an attribute when there is no open element
start tag
XPathException
public void startContent()
throws XPathException
startContent in interface ReceiverstartContent in class StartTagBufferXPathException
protected void declareNamespacesForStartElement()
throws XPathException
declareNamespacesForStartElement in class StartTagBufferXPathException
public void endElement()
throws XPathException
endElement in interface ReceiverendElement in class StartTagBufferXPathException
public void characters(java.lang.CharSequence chars,
int locationId,
int properties)
throws XPathException
characters in interface Receivercharacters in class ProxyReceiverXPathException
public void processingInstruction(java.lang.String target,
java.lang.CharSequence data,
int locationId,
int properties)
throws XPathException
processingInstruction in interface ReceiverprocessingInstruction in class ProxyReceiverXPathException
public void comment(java.lang.CharSequence chars,
int locationId,
int properties)
throws XPathException
comment in interface Receivercomment in class ProxyReceiverXPathException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||