|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.dom.DOMLocatorImpl
DOMLocatorImpl
is an implementaion that describes a location (e.g.
where an error occured).
See also the Document Object Model (DOM) Level 3 Core Specification.
Field Summary | |
int |
fColumnNumber
Deprecated. The column number where the error occured, or -1 if there is no column number available. |
Node |
fErrorNode
Deprecated. The DOM Node where the error occured, or null if there is no Node available. |
int |
fLineNumber
Deprecated. The line number where the error occured, or -1 if there is no line number available. |
int |
fOffset
Deprecated. The byte or character offset into the input source, if we're parsing a file or a byte stream then this will be the byte offset into that stream, but if a character media is parsed then the offset will be the character offset |
String |
fUri
Deprecated. The URI where the error occured, or null if there is no URI available. |
Constructor Summary | |
DOMLocatorImpl()
Deprecated. |
|
DOMLocatorImpl(int lineNumber,
int columnNumber,
int offset,
Node errorNode,
String uri)
Deprecated. |
|
DOMLocatorImpl(int lineNumber,
int columnNumber,
String uri)
Deprecated. |
Method Summary | |
int |
getColumnNumber()
Deprecated. The column number where the error occured, or -1 if there is no column number available. |
Node |
getErrorNode()
Deprecated. The DOM Node where the error occured, or null if there is no Node available. |
int |
getLineNumber()
Deprecated. The line number where the error occured, or -1 if there is no line number available. |
int |
getOffset()
Deprecated. The byte or character offset into the input source, if we're parsing a file or a byte stream then this will be the byte offset into that stream, but if a character media is parsed then the offset will be the character offset. |
String |
getUri()
Deprecated. The URI where the error occured, or null if there is no URI available. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int fColumnNumber
public Node fErrorNode
public int fLineNumber
public int fOffset
public String fUri
Constructor Detail |
public DOMLocatorImpl()
public DOMLocatorImpl(int lineNumber, int columnNumber, int offset, Node errorNode, String uri)
public DOMLocatorImpl(int lineNumber, int columnNumber, String uri)
Method Detail |
public int getColumnNumber()
getColumnNumber
in interface org.apache.xerces.dom3.DOMLocator
public Node getErrorNode()
getErrorNode
in interface org.apache.xerces.dom3.DOMLocator
public int getLineNumber()
getLineNumber
in interface org.apache.xerces.dom3.DOMLocator
public int getOffset()
getOffset
in interface org.apache.xerces.dom3.DOMLocator
public String getUri()
getUri
in interface org.apache.xerces.dom3.DOMLocator
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |