net.sf.saxon.evpull
Class EventToStaxBridge.DummyLocation

java.lang.Object
  extended by net.sf.saxon.evpull.EventToStaxBridge.DummyLocation
All Implemented Interfaces:
javax.xml.stream.Location
Enclosing class:
EventToStaxBridge

public static class EventToStaxBridge.DummyLocation
extends Object
implements javax.xml.stream.Location


Field Summary
static javax.xml.stream.Location THE_INSTANCE
           
 
Method Summary
 int getCharacterOffset()
           
 int getColumnNumber()
           
 int getLineNumber()
           
 String getPublicId()
           
 String getSystemId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THE_INSTANCE

public static final javax.xml.stream.Location THE_INSTANCE
Method Detail

getCharacterOffset

public int getCharacterOffset()
Specified by:
getCharacterOffset in interface javax.xml.stream.Location

getColumnNumber

public int getColumnNumber()
Specified by:
getColumnNumber in interface javax.xml.stream.Location

getLineNumber

public int getLineNumber()
Specified by:
getLineNumber in interface javax.xml.stream.Location

getPublicId

public String getPublicId()
Specified by:
getPublicId in interface javax.xml.stream.Location

getSystemId

public String getSystemId()
Specified by:
getSystemId in interface javax.xml.stream.Location


Copyright (c) Saxonica Limited. All rights reserved.