org.apache.axiom.om.impl
Class EmptyOMLocation
java.lang.Object
org.apache.axiom.om.impl.EmptyOMLocation
- All Implemented Interfaces:
- javax.xml.stream.Location
public class EmptyOMLocation
- extends Object
- implements javax.xml.stream.Location
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyOMLocation
public EmptyOMLocation()
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber
in interface javax.xml.stream.Location
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber
in interface javax.xml.stream.Location
getCharacterOffset
public int getCharacterOffset()
- Specified by:
getCharacterOffset
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 © 2004-2011 The Apache Software Foundation. All Rights Reserved.