JavaTM 2 Platform
Standard Ed. 6

介面 javax.xml.bind.ValidationEventLocator
的使用

使用 ValidationEventLocator 的軟體套件
javax.xml.bind 為包含解組、編組和驗證功能的客戶端應用程序提供運行時綁定框架。 
javax.xml.bind.helpers 僅由 JAXB 提供者用於: 提供某些 javax.xml.bind 介面的部分預設實作。 
 

javax.xml.bindValidationEventLocator 的使用
 

返回 ValidationEventLocatorjavax.xml.bind 中的方法
 ValidationEventLocator ValidationEvent.getLocator()
          檢索此警告/錯誤的定位符。
 

javax.xml.bind.helpersValidationEventLocator 的使用
 

實作 ValidationEventLocatorjavax.xml.bind.helpers 中的類別
 class ValidationEventLocatorImpl
          ValidationEventLocator 介面的預設實作。
 

返回 ValidationEventLocatorjavax.xml.bind.helpers 中的方法
 ValidationEventLocator ValidationEventImpl.getLocator()
           
 

參數型別為 ValidationEventLocatorjavax.xml.bind.helpers 中的方法
 void ValidationEventImpl.setLocator(ValidationEventLocator _locator)
          設置此事件的 Locator 物件。
 

參數型別為 ValidationEventLocatorjavax.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 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only