Class EmptyOMLocation

java.lang.Object
org.apache.axiom.util.stax.DummyLocation
org.apache.axiom.om.impl.EmptyOMLocation
All Implemented Interfaces:
Location

public class EmptyOMLocation extends org.apache.axiom.util.stax.DummyLocation
Deprecated.
Use DummyLocation.INSTANCE instead.
  • Field Summary

    Fields inherited from class org.apache.axiom.util.stax.DummyLocation

    INSTANCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class org.apache.axiom.util.stax.DummyLocation

    getCharacterOffset, getColumnNumber, getLineNumber, getPublicId, getSystemId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EmptyOMLocation

      public EmptyOMLocation()
      Deprecated.