Package org.apache.xerces.stax
Class ImmutableLocation
- java.lang.Object
-
- org.apache.xerces.stax.ImmutableLocation
-
- All Implemented Interfaces:
javax.xml.stream.Location
public class ImmutableLocation extends java.lang.Object implements javax.xml.stream.LocationAn immutable StAX
Location.INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: ImmutableLocation.java 730445 2008-12-31 19:12:02Z mrglavas $
- Author:
- Michael Glavassevich, IBM
-
-
Constructor Summary
Constructors Constructor Description ImmutableLocation(int characterOffset, int columnNumber, int lineNumber, java.lang.String publicId, java.lang.String systemId)ImmutableLocation(javax.xml.stream.Location location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCharacterOffset()intgetColumnNumber()intgetLineNumber()java.lang.StringgetPublicId()java.lang.StringgetSystemId()
-
-
-
Method Detail
-
getCharacterOffset
public int getCharacterOffset()
- Specified by:
getCharacterOffsetin interfacejavax.xml.stream.Location
-
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumberin interfacejavax.xml.stream.Location
-
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumberin interfacejavax.xml.stream.Location
-
getPublicId
public java.lang.String getPublicId()
- Specified by:
getPublicIdin interfacejavax.xml.stream.Location
-
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemIdin interfacejavax.xml.stream.Location
-
-