| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ValidationEventLocator 的软件包 | |
|---|---|
| javax.xml.bind | 为包含解组、编组和验证功能的客户端应用程序提供运行时绑定框架。 | 
| javax.xml.bind.helpers | 仅由 JAXB 提供者用于: 提供某些 javax.xml.bind 接口的部分默认实现。 | 
| javax.xml.bind 中 ValidationEventLocator 的使用 | 
|---|
| 返回 ValidationEventLocator 的 javax.xml.bind 中的方法 | |
|---|---|
 ValidationEventLocator | 
ValidationEvent.getLocator()
检索此警告/错误的定位符。  | 
| javax.xml.bind.helpers 中 ValidationEventLocator 的使用 | 
|---|
| 实现 ValidationEventLocator 的 javax.xml.bind.helpers 中的类 | |
|---|---|
 class | 
ValidationEventLocatorImpl
ValidationEventLocator 接口的默认实现。  | 
| 返回 ValidationEventLocator 的 javax.xml.bind.helpers 中的方法 | |
|---|---|
 ValidationEventLocator | 
ValidationEventImpl.getLocator()
 | 
| 参数类型为 ValidationEventLocator 的 javax.xml.bind.helpers 中的方法 | |
|---|---|
 void | 
ValidationEventImpl.setLocator(ValidationEventLocator _locator)
设置此事件的 Locator 对象。  | 
| 参数类型为 ValidationEventLocator 的 javax.xml.bind.helpers 中的构造方法 | |
|---|---|
NotIdentifiableEventImpl(int _severity,
                         String _message,
                         ValidationEventLocator _locator)
创建新的 NotIdentifiableEventImpl。  | 
|
NotIdentifiableEventImpl(int _severity,
                         String _message,
                         ValidationEventLocator _locator,
                         Throwable _linkedException)
创建新的 NotIdentifiableEventImpl。  | 
|
ParseConversionEventImpl(int _severity,
                         String _message,
                         ValidationEventLocator _locator)
创建新的 ParseConversionEventImpl。  | 
|
ParseConversionEventImpl(int _severity,
                         String _message,
                         ValidationEventLocator _locator,
                         Throwable _linkedException)
创建新的 ParseConversionEventImpl。  | 
|
PrintConversionEventImpl(int _severity,
                         String _message,
                         ValidationEventLocator _locator)
创建新的 PrintConversionEventImpl。  | 
|
PrintConversionEventImpl(int _severity,
                         String _message,
                         ValidationEventLocator _locator,
                         Throwable _linkedException)
创建新的 PrintConversionEventImpl。  | 
|
ValidationEventImpl(int _severity,
                    String _message,
                    ValidationEventLocator _locator)
创建新的 ValidationEventImpl。  | 
|
ValidationEventImpl(int _severity,
                    String _message,
                    ValidationEventLocator _locator,
                    Throwable _linkedException)
创建新的 ValidationEventImpl。  | 
|
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。