|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
javax.xml.bind Interface ValidationEventLocator
- 所有已知实现子孙类:
- ValidationEventLocatorImpl
public interface ValidationEventLocator
Encapsulate the location of a ValidationEvent.
The ValidationEventLocator indicates where the ValidationEvent occurred. Different fields will be set depending on the type of validation that was being performed when the error or warning was detected. For example, on-demand validation would produce locators that contained references to objects in the Java content tree while unmarshal-time validation would produce locators containing information appropriate to the source of the XML data (file, url, Node, etc).
- 从以下版本开始:
- JAXB1.0
- 版本:
- $Revision: 1.1 $
- 作者:
- Ryan Shoemaker, Sun Microsystems, Inc.
- Kohsuke Kawaguchi, Sun Microsystems, Inc.
- Joe Fialli, Sun Microsystems, Inc.
- 另请参见:
Validator
,ValidationEvent
方法摘要 | |
---|---|
int |
getColumnNumber()
Return the column number if available |
int |
getLineNumber()
Return the line number if available |
Node |
getNode()
Return a reference to the DOM Node if available |
Object |
getObject()
Return a reference to the object in the Java content tree if available |
int |
getOffset()
Return the byte offset if available |
URL |
getURL()
Return the name of the XML source as a URL if available |
方法详细信息 |
---|
getURL
URL getURL()
- Return the name of the XML source as a URL if available
- 返回:
- the name of the XML source as a URL or null if unavailable
getOffset
int getOffset()
- Return the byte offset if available
- 返回:
- the byte offset into the input source or -1 if unavailable
getLineNumber
int getLineNumber()
- Return the line number if available
- 返回:
- the line number or -1 if unavailable
getColumnNumber
int getColumnNumber()
- Return the column number if available
- 返回:
- the column number or -1 if unavailable
getObject
Object getObject()
- Return a reference to the object in the Java content tree if available
- 返回:
- a reference to the object in the Java content tree or null if unavailable
getNode
Node getNode()
- Return a reference to the DOM Node if available
- 返回:
- a reference to the DOM Node or null if unavailable
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.