|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectnet.sf.saxon.event.DocumentSender
public class DocumentSender
Sends an entire document to a Receiver.
| Constructor Summary | |
|---|---|
DocumentSender(NodeInfo top)
Create a DocumentSender, which takes an input document tree and generates a stream of events for a Receiver |
|
| Method Summary | |
|---|---|
int |
getColumnNumber()
|
int |
getColumnNumber(long locationId)
Get the column number within the document or module containing a particular location |
int |
getLineNumber()
|
int |
getLineNumber(long locationId)
Get the line number within the document or module containing a particular location |
java.lang.String |
getPublicId()
|
java.lang.String |
getSystemId()
|
java.lang.String |
getSystemId(long locationId)
Get the URI of the document or module containing a particular location |
void |
send(Receiver receiver)
Send the entire document to the receiver |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentSender(NodeInfo top)
top - the document or element node to be turned into a stream of events| Method Detail |
|---|
public void send(Receiver receiver)
throws XPathException
XPathExceptionpublic int getColumnNumber()
getColumnNumber in interface javax.xml.transform.SourceLocatorgetColumnNumber in interface org.xml.sax.Locatorpublic int getLineNumber()
getLineNumber in interface javax.xml.transform.SourceLocatorgetLineNumber in interface org.xml.sax.Locatorpublic java.lang.String getPublicId()
getPublicId in interface javax.xml.transform.SourceLocatorgetPublicId in interface org.xml.sax.Locatorpublic java.lang.String getSystemId()
getSystemId in interface javax.xml.transform.SourceLocatorgetSystemId in interface org.xml.sax.Locatorpublic java.lang.String getSystemId(long locationId)
LocationProvider
getSystemId in interface LocationProviderlocationId - identifier of the location in question (as passed down the Receiver pipeline)
public int getLineNumber(long locationId)
LocationProvider
getLineNumber in interface LocationProviderlocationId - identifier of the location in question (as passed down the Receiver pipeline)
public int getColumnNumber(long locationId)
LocationProvider
getColumnNumber in interface LocationProviderlocationId - identifier of the location in question (as passed down the Receiver pipeline)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||