|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlObject | |
|---|---|
| com.ebmwebsourcing.easybox.api | |
| com.ebmwebsourcing.easybox.api.with | |
| Uses of XmlObject in com.ebmwebsourcing.easybox.api |
|---|
| Subinterfaces of XmlObject in com.ebmwebsourcing.easybox.api | |
|---|---|
interface |
AnyXmlObject
|
| Fields in com.ebmwebsourcing.easybox.api declared as XmlObject | |
|---|---|
static XmlObject[] |
XmlObject.EMPTY_ARRAY
|
| Methods in com.ebmwebsourcing.easybox.api with type parameters of type XmlObject | ||
|---|---|---|
|
XmlObject.duplicateXmlObjectAs(java.lang.Class<X> targetInterfaceClass)
|
|
|
XmlObjectReader.readDocument(org.w3c.dom.Document document,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
|
XmlObjectReader.readDocument(org.xml.sax.InputSource inputSource,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
|
XmlObjectReader.readDocument(java.io.InputStream inputStream,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
|
XmlObjectReader.readDocument(java.net.URL url,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
|
XmlObjectReader.readFragment(org.w3c.dom.Document document,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
|
XmlObjectReader.readFragment(org.xml.sax.InputSource inputSource,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
|
XmlObjectReader.readFragment(java.io.InputStream inputStream,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
|
XmlObjectReader.readFragment(java.net.URL url,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
| Methods in com.ebmwebsourcing.easybox.api that return XmlObject | |
|---|---|
XmlObject |
XmlObject.duplicateXmlObject()
Create a duplicate of this XmlContext. |
XmlObject |
XmlObjectNode.getXmlObjectBaseRoot()
Get root of this XmlObjectNode base document
(the further ancestor which has same base URI). |
XmlObject |
XmlObjectNode.getXmlObjectParent()
Get parent of this XmlObjectNode. |
XmlObject |
XmlObjectNode.getXmlObjectRoot()
Get root parent of this XmlObjectNode hierarchy. |
| Methods in com.ebmwebsourcing.easybox.api with parameters of type XmlObject | ||
|---|---|---|
java.util.List<?> |
XmlObjectXQueryEvaluator.evaluate(XmlObject xmlObjectContextNode,
java.lang.String xqueryString)
|
|
void |
XmlObjectValidator.failFastValidate(XmlObject xmlObject)
Fail fast validate a given XmlObject, throwing an exception as
soon as a first error is encountered. |
|
|
XmlObjectXQueryEvaluator.selectSingleXmlObjectNode(XmlObject xmlObjectContextNode,
java.lang.String xqueryString,
java.lang.Class<X> resultInterfaceClass)
|
|
|
XmlObjectXPathEvaluator.selectSingleXmlObjectNode(XmlObject xmlObjectContextNode,
java.lang.String xpathStr,
java.lang.Class<X> resultInterfaceClass)
|
|
|
XmlObjectXQueryEvaluator.selectXmlObjectNodes(XmlObject xmlObjectContextNode,
java.lang.String xqueryString,
java.lang.Class<X> resultInterfaceClass)
|
|
|
XmlObjectXPathEvaluator.selectXmlObjectNodes(XmlObject xmlObjectContextNode,
java.lang.String xpathStr,
java.lang.Class<X> resultInterfaceClass)
|
|
void |
XmlObjectValidator.validate(XmlObject xmlObject,
org.xml.sax.ErrorHandler errorHandler)
Validate a given XmlObject, and forwards SAX errors to an
ErrorHandler. |
|
XQueryValidationReport |
XmlObjectXQueryValidator.validate(XmlObject xmlObject,
XQueryValidationProfile xqueryValidationProfile)
|
|
void |
XmlObjectWriter.writeDocument(XmlObject xmlObject,
org.xml.sax.ContentHandler contentHandler)
|
|
void |
XmlObjectWriter.writeDocument(XmlObject xmlObject,
org.w3c.dom.Node node)
|
|
void |
XmlObjectWriter.writeDocument(XmlObject xmlObject,
java.io.OutputStream outputStream)
|
|
| Uses of XmlObject in com.ebmwebsourcing.easybox.api.with |
|---|
| Methods in com.ebmwebsourcing.easybox.api.with with type parameters of type XmlObject | ||
|---|---|---|
|
WithAnyXmlObjects.getAnyXmlObjects(java.lang.Class<X> interfaceClass)
|
|
|
WithAnyXmlObjects.getFirstAnyXmlObject(java.lang.Class<X> interfaceClass)
|
|
| Methods in com.ebmwebsourcing.easybox.api.with that return XmlObject | ||
|---|---|---|
XmlObject[] |
WithAnyXmlObjects.getAnyXmlObjects()
|
|
|
WithAnyXmlObjects.getAnyXmlObjects(java.lang.Class<X> interfaceClass)
|
|
XmlObject[] |
WithAnyXmlObjects.getAnyXmlObjects(javax.xml.namespace.QName qname)
|
|
| Methods in com.ebmwebsourcing.easybox.api.with with parameters of type XmlObject | |
|---|---|
void |
WithAnyXmlObjects.addAnyXmlObject(XmlObject anyXmlObject)
|
void |
WithAnyXmlObjects.removeAnyXmlObject(XmlObject anyXmlObject)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||