| JAXBContext | JAXBContextFactory. createContext(ClassSE<?>[] classesToBeBound, MapSE<StringSE,?> properties) | JAXBContextクラスの新しいインスタンスを作成します。
 | 
|---|
| JAXBContext | JAXBContextFactory. createContext(StringSE contextPath, ClassLoaderSE classLoader, MapSE<StringSE,?> properties) | JAXBContextクラスの新しいインスタンスを作成します。
 | 
|---|
| abstract Marshaller | JAXBContext. createMarshaller() | java コンテンツツリーを XML データに変換するために使用できる Marshallerオブジェクトを作成します。 | 
|---|
| abstract Unmarshaller | JAXBContext. createUnmarshaller() | XML データを java コンテンツツリーに変換するために使用できる Unmarshallerオブジェクトを作成します。 | 
|---|
| abstract ValidationEventHandler | Binder. getEventHandler() |  現在のイベントハンドラー、または設定されていない場合はデフォルトのイベントハンドラーを返します。 | 
|---|
| ValidationEventHandler | Marshaller. getEventHandler() |  現在のイベントハンドラー、または設定されていない場合はデフォルトのイベントハンドラーを返します。 | 
|---|
| ValidationEventHandler | Unmarshaller. getEventHandler() |  現在のイベントハンドラー、または設定されていない場合はデフォルトのイベントハンドラーを返します。 | 
|---|
| NodeSE | Marshaller. getNode(ObjectSE contentTree) |  コンテンツツリーの DOM ツリービューを取得します(オプション)。 | 
|---|
| ObjectSE | UnmarshallerHandler. getResult() |  マーシャリングされていない結果を取得します。 | 
|---|
| abstract void | Binder. marshal(ObjectSE jaxbObject, XmlNode xmlNode) | Jakarta XML Binding オブジェクトツリーを新しい XML ドキュメントにマーシャリングします。 | 
|---|
| void | Marshaller. marshal(ObjectSE jaxbElement, FileSE output) | jaxbElementをルートとするコンテンツツリーをファイルにマーシャリングします。
 | 
|---|
| void | Marshaller. marshal(ObjectSE jaxbElement, OutputStreamSE os) | jaxbElementをルートとするコンテンツツリーを出力ストリームにマーシャリングします。
 | 
|---|
| void | Marshaller. marshal(ObjectSE jaxbElement, WriterSE writer) | jaxbElementをルートとするコンテンツツリーをライターにマーシャリングします。
 | 
|---|
| void | Marshaller. marshal(ObjectSE jaxbElement, XMLEventWriterSE writer) |  | 
|---|
| void | Marshaller. marshal(ObjectSE jaxbElement, XMLStreamWriterSE writer) |  | 
|---|
| void | Marshaller. marshal(ObjectSE jaxbElement, ResultSE result) | jaxbElementをルートとするコンテンツツリーを指定されたjavax.xml.transform.Resultにマーシャリングします。
 | 
|---|
| void | Marshaller. marshal(ObjectSE jaxbElement, NodeSE node) | jaxbElementをルートとするコンテンツツリーを DOM ツリーにマーシャリングします。
 | 
|---|
| void | Marshaller. marshal(ObjectSE jaxbElement, ContentHandlerSE handler) | jaxbElementをルートとするコンテンツツリーを SAX2 イベントにマーシャリングします。
 | 
|---|
| static JAXBContext | JAXBContext. newInstance(ClassSE<?>... classesToBeBound) | JAXBContextクラスの新しいインスタンスを作成します。
 | 
|---|
| static JAXBContext | JAXBContext. newInstance(ClassSE<?>[] classesToBeBound, MapSE<StringSE,?> properties) | JAXBContextクラスの新しいインスタンスを作成します。
 | 
|---|
| static JAXBContext | JAXBContext. newInstance(StringSE contextPath) | JAXBContextクラスの新しいインスタンスを作成します。
 | 
|---|
| static JAXBContext | JAXBContext. newInstance(StringSE contextPath, ClassLoaderSE classLoader) | JAXBContextクラスの新しいインスタンスを作成します。
 | 
|---|
| static JAXBContext | JAXBContext. newInstance(StringSE contextPath, ClassLoaderSE classLoader, MapSE<StringSE,?> properties) | JAXBContextクラスの新しいインスタンスを作成します。
 | 
|---|
| abstract void | Binder. setEventHandler(ValidationEventHandler handler) |  アプリケーションが ValidationEventHandlerを登録できるようにします。 | 
|---|
| void | Marshaller. setEventHandler(ValidationEventHandler handler) |  アプリケーションが検証イベントハンドラーを登録できるようにします。 | 
|---|
| void | Unmarshaller. setEventHandler(ValidationEventHandler handler) |  アプリケーションが ValidationEventHandlerを登録できるようにします。 | 
|---|
| abstract ObjectSE | Binder. unmarshal(XmlNode xmlNode) | XML 情報セットビューを Jakarta XML Binding オブジェクトツリーにアンマーシャルします。 | 
|---|
| abstract <T> JAXBElement<T> | Binder. unmarshal(XmlNode xmlNode, ClassSE<T> declaredType) | declaredTypeを Jakarta XML Binding オブジェクトツリーに提供することにより、XML ルート要素を非整列化します。
 | 
|---|
| ObjectSE | Unmarshaller. unmarshal(FileSE f) |  指定されたファイルから XML データを非整列化し、結果のコンテンツツリーを返します。 | 
|---|
| ObjectSE | Unmarshaller. unmarshal(InputStreamSE is) |  指定された InputStream から XML データをマーシャリング解除し、結果のコンテンツツリーを返します。 | 
|---|
| ObjectSE | Unmarshaller. unmarshal(ReaderSE reader) |  指定されたリーダーから XML データをアンマーシャリングし、結果のコンテンツツリーを返します。 | 
|---|
| ObjectSE | Unmarshaller. unmarshal(URLSE url) |  指定された URL から XML データをアンマーシャリングし、結果のコンテンツツリーを返します。 | 
|---|
| ObjectSE | Unmarshaller. unmarshal(XMLEventReaderSE reader) |  指定されたプルパーサーから XML データを非整列化し、結果のコンテンツツリーを返します。 | 
|---|
| <T> JAXBElement<T> | Unmarshaller. unmarshal(XMLEventReaderSE reader, ClassSE<T> declaredType) |  ルート要素を Jakarta XML Binding にマップされた declaredTypeにアンマーシャルし、結果のコンテンツツリーを返します。 | 
|---|
| ObjectSE | Unmarshaller. unmarshal(XMLStreamReaderSE reader) |  指定されたプルパーサーから XML データを非整列化し、結果のコンテンツツリーを返します。 | 
|---|
| <T> JAXBElement<T> | Unmarshaller. unmarshal(XMLStreamReaderSE reader, ClassSE<T> declaredType) |  ルート要素を Jakarta XML Binding にマップされた declaredTypeにアンマーシャルし、結果のコンテンツツリーを返します。 | 
|---|
| ObjectSE | Unmarshaller. unmarshal(SourceSE source) |  指定された XML ソースから XML データを非整列化し、結果のコンテンツツリーを返します。 | 
|---|
| <T> JAXBElement<T> | Unmarshaller. unmarshal(SourceSE source, ClassSE<T> declaredType) |  指定された XML ソースから declaredTypeによって XML データをアンマーシャリングし、結果のコンテンツツリーを返します。 | 
|---|
| ObjectSE | Unmarshaller. unmarshal(NodeSE node) |  指定された DOM ツリーからグローバル XML データを非整列化し、結果のコンテンツツリーを返します。 | 
|---|
| <T> JAXBElement<T> | Unmarshaller. unmarshal(NodeSE node, ClassSE<T> declaredType) | Jakarta XML Binding によってマップされた declaredTypeによって XML データをアンマーシャリングし、結果のコンテンツツリーを返します。 | 
|---|
| ObjectSE | Unmarshaller. unmarshal(InputSourceSE source) |  指定された SAX InputSource から XML データをアンマーシャリングし、結果のコンテンツツリーを返します。 | 
|---|
| abstract ObjectSE | Binder. updateJAXB(XmlNode xmlNode) | XML ノードを取得し、関連する Jakarta XML Binding オブジェクトとその子孫を更新します。 | 
|---|
| abstract XmlNode | Binder. updateXML(ObjectSE jaxbObject) | Jakarta XML Binding オブジェクトを取得し、関連する XML ノードとその子孫を更新します。 | 
|---|
| abstract XmlNode | Binder. updateXML(ObjectSE jaxbObject, XmlNode xmlNode) | Jakarta XML Binding オブジェクトツリーの変更は、関連する XML 解析ツリーで更新されます。 | 
|---|