|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
XMLObjectType - the XMLObject type that this builder producespublic interface XMLObjectBuilder<XMLObjectType extends XMLObject>
A builder for XMLObjects.
| Method Summary | |
|---|---|
XMLObjectType |
buildObject(org.w3c.dom.Element element)
Creates an XMLObject using information from the given DOM element. |
XMLObjectType |
buildObject(javax.xml.namespace.QName objectName)
Creates an XMLObject with a given fully qualified name. |
XMLObjectType |
buildObject(javax.xml.namespace.QName objectName,
javax.xml.namespace.QName schemaType)
Creates an XMLObject with a given fully qualified name and schema type. |
XMLObjectType |
buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name. |
XMLObjectType |
buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix,
javax.xml.namespace.QName schemaType)
Creates an XMLObject with a given fully qualified name. |
| Method Detail |
|---|
XMLObjectType buildObject(javax.xml.namespace.QName objectName)
objectName - fully qualified name of the object
XMLObjectType buildObject(javax.xml.namespace.QName objectName,
javax.xml.namespace.QName schemaType)
objectName - fully qualified name of the objectschemaType - the schema type of the Element represented by this XMLObject
XMLObjectType buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
namespaceURI - the URI of the namespace the Element represented by this XMLObject will be inlocalName - the local name of the Element represented by this XMLObjectnamespacePrefix - the namespace prefix of the Element represented by this XMLObject
XMLObjectType buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix,
javax.xml.namespace.QName schemaType)
namespaceURI - the URI of the namespace the Element represented by this XMLObject will be inlocalName - the local name of the Element represented by this XMLObjectnamespacePrefix - the namespace prefix of the Element represented by this XMLObjectschemaType - the schema type of the Element represented by this XMLObject
XMLObjectType buildObject(org.w3c.dom.Element element)
AbstractXMLObjectUnmarshaller.
element - the DOM Element containing information about the object to be built.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||