public interface DOMLocator
DOMLocator
是描述位置的接口(例如发生错误的地方)。
Modifier and Type | Method and Description |
---|---|
int |
getByteOffset()
字节偏移到该定位器指向或者输入源
-1 如果没有字节偏移量可用。
|
int |
getColumnNumber()
列号此定位器指向,或
-1 如果没有列数可用。
|
int |
getLineNumber()
行号此定位器指向,或
-1 如果没有列数可用。
|
Node |
getRelatedNode()
节点此定位器指向,或
null 如果没有可用的节点。
|
String |
getUri()
该URI这个定位器指向,或
null 如果没有URI可用。
|
int |
getUtf16Offset()
如[Unicode的]和[ISO / IEC 10646]的修正1中定义的UTF-16,偏移到该定位器指向或者输入源
-1 如果没有UTF-16的偏移可用。
|
int getLineNumber()
-1
如果没有列数可用。
int getColumnNumber()
-1
如果没有列数可用。
int getByteOffset()
-1
的字节偏移,则该定位器指向的输入源的字节偏移量或-1。
int getUtf16Offset()
-1
如果没有UTF-16的偏移可用。
Node getRelatedNode()
null
如果没有可用的节点。
String getUri()
null
如果没有URI可用。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.