Uses of Interface
javax.xml.bind.ValidationEventLocator
-
Packages that use ValidationEventLocator 软件包 描述 javax.xml.bind 为客户端应用程序提供运行时绑定框架,包括解组,编组和验证功能。javax.xml.bind.helpers 仅限JAXB提供程序使用:为部分javax.xml.bind
接口提供部分默认实现。 -
-
Uses of ValidationEventLocator in javax.xml.bind
Methods in javax.xml.bind that return ValidationEventLocator Modifier and Type 方法 描述 ValidationEventLocator
ValidationEvent. getLocator()
检索此警告/错误的定位器。 -
Uses of ValidationEventLocator in javax.xml.bind.helpers
Classes in javax.xml.bind.helpers that implement ValidationEventLocator Modifier and Type Class 描述 class
ValidationEventLocatorImpl
ValidationEventLocator接口的默认实现。Methods in javax.xml.bind.helpers that return ValidationEventLocator Modifier and Type 方法 描述 ValidationEventLocator
ValidationEventImpl. getLocator()
Methods in javax.xml.bind.helpers with parameters of type ValidationEventLocator Modifier and Type 方法 描述 void
ValidationEventImpl. setLocator(ValidationEventLocator _locator)
设置此事件的定位器对象。Constructors in javax.xml.bind.helpers with parameters of type ValidationEventLocator Constructor 描述 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)
Create a new ValidationEventImpl.
-