软件包 | 描述 |
---|---|
javax.xml.bind |
为客户端应用程序提供包括解包,编组运行时绑定框架,和验证能力。
|
javax.xml.bind.helpers |
只有使用JAXB提供商:一些的
javax.xml.bind接口提供了部分的默认实现。
|
javax.xml.bind.util |
有用的客户端实用程序类。
|
Modifier and Type | Interface and Description |
---|---|
interface |
NotIdentifiableEvent
此事件表明,遇到一个ID / IDREF是个问题。
|
interface |
ParseConversionEvent
此事件表明,当转换从XML数据为价值目标的java数据类型的字符串中遇到的一个问题。
|
interface |
PrintConversionEvent
此事件表明,当转换数据从java内容树的词汇表征中遇到的一个问题。
|
Modifier and Type | Method and Description |
---|---|
boolean |
ValidationEventHandler.handleEvent(ValidationEvent event)
接收验证警告或错误的通知。
|
Modifier and Type | Class and Description |
---|---|
class |
NotIdentifiableEventImpl
notidentifiableevent接口的默认实现。
|
class |
ParseConversionEventImpl
parseconversionevent接口的默认实现。
|
class |
PrintConversionEventImpl
printconversionevent接口的默认实现。
|
class |
ValidationEventImpl
validationevent接口的默认实现。
|
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultValidationEventHandler.handleEvent(ValidationEvent event) |
Modifier and Type | Method and Description |
---|---|
ValidationEvent[] |
ValidationEventCollector.getEvents()
返回validationevent对象包含一份每个收集的错误和警告的数组。
|
Modifier and Type | Method and Description |
---|---|
boolean |
ValidationEventCollector.handleEvent(ValidationEvent event) |
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.