|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectnet.sf.saxon.pull.PullToStax.SourceStreamLocation
public class PullToStax.SourceStreamLocation
Bridge a SAX SourceLocator to a javax.xml.stream.Location
| Constructor Summary | |
|---|---|
PullToStax.SourceStreamLocation(javax.xml.transform.SourceLocator locator)
Create a StAX SourceStreamLocation object based on a given SAX SourceLocator |
|
| Method Summary | |
|---|---|
int |
getCharacterOffset()
|
int |
getColumnNumber()
|
int |
getLineNumber()
|
java.lang.String |
getPublicId()
|
java.lang.String |
getSystemId()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PullToStax.SourceStreamLocation(javax.xml.transform.SourceLocator locator)
locator - the SAX SourceLocator| Method Detail |
|---|
public int getCharacterOffset()
getCharacterOffset in interface javax.xml.stream.Locationpublic int getColumnNumber()
getColumnNumber in interface javax.xml.stream.Locationpublic int getLineNumber()
getLineNumber in interface javax.xml.stream.Locationpublic java.lang.String getPublicId()
getPublicId in interface javax.xml.stream.Locationpublic java.lang.String getSystemId()
getSystemId in interface javax.xml.stream.Location
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||