org.apache.axiom.om.impl
Class EmptyOMLocation

java.lang.Object
  extended by org.apache.axiom.om.impl.EmptyOMLocation
All Implemented Interfaces:
javax.xml.stream.Location

public class EmptyOMLocation
extends Object
implements javax.xml.stream.Location


Constructor Summary
EmptyOMLocation()
           
 
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
 

Constructor Detail

EmptyOMLocation

public EmptyOMLocation()
Method Detail

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.