软件包 | 描述 |
---|---|
javax.xml.bind |
为客户端应用程序提供包括解包,编组运行时绑定框架,和验证能力。
|
javax.xml.bind.helpers |
只有使用JAXB提供商:一些的
javax.xml.bind接口提供了部分的默认实现。
|
Modifier and Type | Method and Description |
---|---|
Object |
Unmarshaller.getProperty(String name)
在
Unmarshaller底层实现获得特定的属性。
|
Object |
Validator.getProperty(String name)
过时的。
因为jaxb2.0
|
Object |
Marshaller.getProperty(String name)
在
Marshaller底层实现获得特定的属性。
|
abstract Object |
Binder.getProperty(String name)
在
Binder底层实现获得特定的属性。
|
void |
Unmarshaller.setProperty(String name, Object value)
在
Unmarshaller底层实现设置特定的属性。
|
void |
Validator.setProperty(String name, Object value)
过时的。
因为jaxb2.0
|
void |
Marshaller.setProperty(String name, Object value)
在
Marshaller底层实现设置特定的属性。
|
abstract void |
Binder.setProperty(String name, Object value)
在
Binder底层实现设置特定的属性。
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractUnmarshallerImpl.getProperty(String name)
getProperty方法的默认实现propertyexception总是因为没有必需的属性。
|
Object |
AbstractMarshallerImpl.getProperty(String name)
getProperty方法的默认实现处理四定义的属性在Marshaller。
|
void |
AbstractUnmarshallerImpl.setProperty(String name, Object value)
setProperty方法的默认实现propertyexception总是因为没有必需的属性。
|
void |
AbstractMarshallerImpl.setProperty(String name, Object value)
setProperty方法的默认实现处理四定义的属性在Marshaller。
|
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.