Class XMLSecEventBaseImpl.LocationImpl
java.lang.Object
org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl.LocationImpl
- All Implemented Interfaces:
Location
- Enclosing class:
- XMLSecEventBaseImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
-
Constructor Details
-
LocationImpl
LocationImpl()
-
-
Method Details
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumber
in interfaceLocation
-
getColumnNumber
public int getColumnNumber()- Specified by:
getColumnNumber
in interfaceLocation
-
getCharacterOffset
public int getCharacterOffset()- Specified by:
getCharacterOffset
in interfaceLocation
-
getPublicId
- Specified by:
getPublicId
in interfaceLocation
-
getSystemId
- Specified by:
getSystemId
in interfaceLocation
-