Package org.apache.xmlbeans.impl.store
Class DomImpl
java.lang.Object
org.apache.xmlbeans.impl.store.DomImpl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Element
static boolean
static int
static Node
_attributes_getNamedItem
(DomImpl.Dom e, String name) static Node
_attributes_getNamedItemNS
(DomImpl.Dom e, String uri, String local) static Node
_attributes_item
(DomImpl.Dom e, int index) static Node
_attributes_removeNamedItem
(DomImpl.Dom e, String name) static Node
_attributes_removeNamedItemNS
(DomImpl.Dom e, String uri, String local) static Node
_attributes_setNamedItem
(DomImpl.Dom e, Node attr) static Node
_attributes_setNamedItemNS
(DomImpl.Dom e, Node attr) static void
_characterData_appendData
(DomImpl.Dom cd, String arg) static void
_characterData_deleteData
(DomImpl.Dom c, int offset, int count) static String
static int
static void
_characterData_insertData
(DomImpl.Dom c, int offset, String arg) static void
_characterData_replaceData
(DomImpl.Dom c, int offset, int count, String arg) static void
_characterData_setData
(DomImpl.Dom c, String data) static String
_characterData_substringData
(DomImpl.Dom c, int offset, int count) static int
static Node
_childNodes_item
(DomImpl.Dom n, int i) static Attr
_document_createAttribute
(DomImpl.Dom d, String name) static Attr
_document_createAttributeNS
(DomImpl.Dom d, String uri, String qname) static CDATASection
static Comment
_document_createComment
(DomImpl.Dom d, String data) static DocumentFragment
static Element
_document_createElement
(DomImpl.Dom d, String name) static Element
_document_createElementNS
(DomImpl.Dom d, String uri, String qname) static EntityReference
static ProcessingInstruction
_document_createProcessingInstruction
(DomImpl.Dom d, String target, String data) static Text
_document_createTextNode
(DomImpl.Dom d, String data) static DocumentType
static Element
static Element
_document_getElementById
(DomImpl.Dom d, String elementId) static NodeList
static NodeList
_document_getElementsByTagNameNS
(DomImpl.Dom d, String uri, String local) static DOMImplementation
static Node
_document_importNode
(DomImpl.Dom d, Node n, boolean deep) static Document
_domImplementation_createDocument
(Locale l, String u, String n, DocumentType t) static boolean
_domImplementation_hasFeature
(Locale l, String feature, String version) static String
_element_getAttribute
(DomImpl.Dom e, String name) static Attr
_element_getAttributeNode
(DomImpl.Dom e, String name) static Attr
_element_getAttributeNodeNS
(DomImpl.Dom e, String uri, String local) static String
_element_getAttributeNS
(DomImpl.Dom e, String uri, String local) static NodeList
static NodeList
_element_getElementsByTagNameNS
(DomImpl.Dom e, String uri, String local) static String
static boolean
_element_hasAttribute
(DomImpl.Dom e, String name) static boolean
_element_hasAttributeNS
(DomImpl.Dom e, String uri, String local) static void
_element_removeAttribute
(DomImpl.Dom e, String name) static Attr
_element_removeAttributeNode
(DomImpl.Dom e, Attr oldAttr) static void
_element_removeAttributeNS
(DomImpl.Dom e, String uri, String local) static void
_element_setAttribute
(DomImpl.Dom e, String name, String value) static Attr
_element_setAttributeNode
(DomImpl.Dom e, Attr newAttr) static Attr
_element_setAttributeNodeNS
(DomImpl.Dom e, Attr newAttr) static void
_element_setAttributeNS
(DomImpl.Dom e, String uri, String qname, String value) static XmlCursor
static XmlObject
static XMLStreamReader
static Node
_node_appendChild
(DomImpl.Dom p, Node newChild) static Node
_node_cloneNode
(DomImpl.Dom n, boolean deep) static short
_node_compareDocumentPosition
(DomImpl.Dom n, Node other) static String
static Object
_node_getFeature
(DomImpl.Dom n, String feature, String version) static Node
static Node
static String
static String
static Node
static String
static short
static String
static Document
static Node
static String
static Node
static String
static Object
_node_getUserData
(DomImpl.Dom n, String key) static boolean
static boolean
static Node
_node_insertBefore
(DomImpl.Dom p, Node newChild, Node refChild) static boolean
_node_isDefaultNamespace
(DomImpl.Dom n, String namespaceURI) static boolean
_node_isEqualNode
(DomImpl.Dom n, Node arg) static boolean
_node_isSameNode
(DomImpl.Dom n, Node arg) static boolean
_node_isSupported
(DomImpl.Dom n, String feature, String version) static String
_node_lookupNamespaceURI
(DomImpl.Dom n, String prefix) static String
_node_lookupPrefix
(DomImpl.Dom n, String namespaceURI) static void
static Node
_node_removeChild
(DomImpl.Dom p, Node child) static Node
_node_replaceChild
(DomImpl.Dom p, Node newChild, Node oldChild) static void
_node_setNodeValue
(DomImpl.Dom n, String nodeValue) static void
_node_setPrefix
(DomImpl.Dom n, String prefix) static void
_node_setTextContent
(DomImpl.Dom n, String textContent) static Object
_node_setUserData
(DomImpl.Dom n, String key, Object data, UserDataHandler handler) static String
static String
static void
static SOAPElement
_soapElement_addAttribute
(DomImpl.Dom d, Name name, String value) static SOAPElement
_soapElement_addChildElement
(DomImpl.Dom d, String localName) static SOAPElement
_soapElement_addChildElement
(DomImpl.Dom d, String localName, String prefix) static SOAPElement
_soapElement_addChildElement
(DomImpl.Dom d, String localName, String prefix, String uri) static SOAPElement
_soapElement_addChildElement
(DomImpl.Dom d, Name name) static SOAPElement
_soapElement_addChildElement
(DomImpl.Dom d, SOAPElement oldChild) static SOAPElement
_soapElement_addNamespaceDeclaration
(DomImpl.Dom d, String prefix, String uri) static SOAPElement
_soapElement_addTextNode
(DomImpl.Dom d, String data) static String
static Iterator
<SOAPElement> static Iterator
<SOAPElement> _soapElement_getChildElements
(DomImpl.Dom d, Name name) static Name
static String
static String
_soapElement_getNamespaceURI
(DomImpl.Dom d, String prefix) static boolean
_soapElement_removeAttribute
(DomImpl.Dom d, Name name) static void
static boolean
static void
_soapElement_setEncodingStyle
(DomImpl.Dom d, String encodingStyle) static SOAPBody
static SOAPHeader
static Name
_soapEnvelope_createName
(DomImpl.Dom d, String localName) static Name
_soapEnvelope_createName
(DomImpl.Dom d, String localName, String prefix, String namespaceURI) static SOAPBody
static SOAPHeader
static void
static SOAPElement
static String
static void
static void
static void
_soapNode_setValue
(DomImpl.Dom n, String value) static void
_soapPart_addMimeHeader
(DomImpl.Dom d, String name, String value) static Iterator
<MimeHeader> static Source
static SOAPEnvelope
static Iterator
<MimeHeader> _soapPart_getMatchingMimeHeaders
(DomImpl.Dom d, String[] names) static String[]
_soapPart_getMimeHeader
(DomImpl.Dom d, String name) static Iterator
<MimeHeader> _soapPart_getNonMatchingMimeHeaders
(DomImpl.Dom d, String[] names) static void
static void
_soapPart_removeMimeHeader
(DomImpl.Dom d, String name) static void
_soapPart_setContent
(DomImpl.Dom d, Source source) static void
_soapPart_setMimeHeader
(DomImpl.Dom d, String name, String value) static boolean
static String
static boolean
static Text
_text_replaceWholeText
(DomImpl.Dom t, String content) static Text
_text_splitText
(DomImpl.Dom t, int offset) static Node
append
(DomImpl.Dom n, DomImpl.Dom p) static Element
static int
static Node
attributes_getNamedItem
(DomImpl.Dom e, String name) static Node
attributes_getNamedItemNS
(DomImpl.Dom e, String uri, String local) static Node
attributes_item
(DomImpl.Dom e, int index) static Node
attributes_removeNamedItem
(DomImpl.Dom e, String name) static Node
attributes_removeNamedItemNS
(DomImpl.Dom e, String uri, String local) static Node
static Node
static int
static Node
childNodes_item
(DomImpl.Dom n, int i) static DetailEntry
detail_addDetailEntry
(DomImpl.Dom d, Name name) static Iterator
<DetailEntry> static Attr
document_createAttribute
(DomImpl.Dom d, String name) static Attr
document_createAttributeNS
(DomImpl.Dom d, String uri, String qname) static CDATASection
document_createCDATASection
(DomImpl.Dom d, String data) static Comment
document_createComment
(DomImpl.Dom d, String data) static DocumentFragment
static Element
document_createElement
(DomImpl.Dom d, String name) static Element
document_createElementNS
(DomImpl.Dom d, String uri, String qname) static ProcessingInstruction
document_createProcessingInstruction
(DomImpl.Dom d, String target, String data) static Text
document_createTextNode
(DomImpl.Dom d, String data) static DocumentType
static Element
static NodeList
static NodeList
document_getElementsByTagNameNS
(DomImpl.Dom d, String uri, String local) static Node
document_importNode
(DomImpl.Dom d, Node n, boolean deep) static Document
domImplementation_createDocument
(Locale l, String namespaceURI, String qualifiedName, DocumentType doctype) static NodeList
static NodeList
element_getElementsByTagNameNS
(DomImpl.Dom e, String uri, String local) static void
element_setAttribute
(DomImpl.Dom e, String name, String value) static void
element_setAttributeNS
(DomImpl.Dom e, String uri, String qname, String value) static XmlCursor
static XmlObject
static XMLStreamReader
static Element
impl_saajCallback_createSoapElement
(DomImpl.Dom d, QName name, QName parentName) static Text
static Object
static Element
impl_saajCallback_importSoapElement
(DomImpl.Dom d, Element elem, boolean deep, QName parentName) static void
static Node
insert
(DomImpl.Dom n, DomImpl.Dom b) static Node
node_cloneNode
(DomImpl.Dom n, boolean deep) static Node
static Node
static Node
static String
static Document
static Node
static Node
static boolean
static Node
node_insertBefore
(DomImpl.Dom p, DomImpl.Dom nc, DomImpl.Dom rc) static void
static Node
node_removeChild
(DomImpl.Dom parent, DomImpl.Dom child) static Node
node_replaceChild
(DomImpl.Dom p, DomImpl.Dom newChild, DomImpl.Dom oldChild) static void
node_setNodeValue
(DomImpl.Dom n, String nodeValue) static void
node_setPrefix
(DomImpl.Dom n, String prefix) static Node
static Element
saajCallback_createSoapElement
(DomImpl.Dom d, QName name, QName parentName) static Text
static Object
static Element
saajCallback_importSoapElement
(DomImpl.Dom d, Element elem, boolean deep, QName parentName) static void
static SOAPBodyElement
soapBody_addBodyElement
(DomImpl.Dom d, Name name) static SOAPBodyElement
soapBody_addDocument
(DomImpl.Dom d, Document document) static SOAPFault
static SOAPFault
soapBody_addFault
(DomImpl.Dom d, Name name, String s) static SOAPFault
soapBody_addFault
(DomImpl.Dom d, Name faultCode, String faultString, Locale locale) static SOAPFault
static boolean
static Detail
static Detail
static String
static String
static Name
static String
static Locale
static void
soapFault_setFaultActor
(DomImpl.Dom d, String faultActorString) static void
soapFault_setFaultCode
(DomImpl.Dom d, String faultCode) static void
soapFault_setFaultCode
(DomImpl.Dom d, Name faultCodeName) static void
soapFault_setFaultString
(DomImpl.Dom d, String faultString) static void
soapFault_setFaultString
(DomImpl.Dom d, String faultString, Locale locale) static SOAPHeaderElement
soapHeader_addHeaderElement
(DomImpl.Dom d, Name name) static Iterator
<SOAPHeaderElement> static Iterator
<SOAPHeaderElement> static Iterator
<SOAPHeaderElement> soapHeader_examineMustUnderstandHeaderElements
(DomImpl.Dom d, String mustUnderstandString) static Iterator
<SOAPHeaderElement> static Iterator
<SOAPHeaderElement> static String
static boolean
static void
soapHeaderElement_setActor
(DomImpl.Dom d, String actor) static void
soapHeaderElement_setMustUnderstand
(DomImpl.Dom d, boolean mustUnderstand)
-
Field Details
-
_emptyNodeList
-
-
Constructor Details
-
DomImpl
public DomImpl()
-
-
Method Details
-
append
-
insert
-
remove
-
_domImplementation_createDocument
public static Document _domImplementation_createDocument(Locale l, String u, String n, DocumentType t) -
domImplementation_createDocument
public static Document domImplementation_createDocument(Locale l, String namespaceURI, String qualifiedName, DocumentType doctype) -
_domImplementation_hasFeature
-
_document_getDocumentElement
-
document_getDocumentElement
-
_document_createDocumentFragment
-
document_createDocumentFragment
-
_document_createElement
-
document_createElement
-
_document_createElementNS
-
document_createElementNS
-
_document_createAttribute
-
document_createAttribute
-
_document_createAttributeNS
-
document_createAttributeNS
-
_document_createComment
-
document_createComment
-
_document_createProcessingInstruction
public static ProcessingInstruction _document_createProcessingInstruction(DomImpl.Dom d, String target, String data) -
document_createProcessingInstruction
public static ProcessingInstruction document_createProcessingInstruction(DomImpl.Dom d, String target, String data) -
_document_createCDATASection
-
document_createCDATASection
-
_document_createTextNode
-
document_createTextNode
-
_document_createEntityReference
-
_document_getElementById
-
_document_getElementsByTagName
-
document_getElementsByTagName
-
_document_getElementsByTagNameNS
-
document_getElementsByTagNameNS
-
_document_getImplementation
-
_document_importNode
-
document_importNode
-
_document_getDoctype
-
document_getDoctype
-
_node_getOwnerDocument
-
node_getOwnerDocument
-
_node_getParentNode
-
node_getParentNode
-
_node_getFirstChild
-
node_getFirstChild
-
_node_getLastChild
-
node_getLastChild
-
_node_getNextSibling
-
node_getNextSibling
-
_node_getPreviousSibling
-
node_getPreviousSibling
-
_node_hasAttributes
-
node_hasAttributes
-
_node_isSupported
-
_node_normalize
-
node_normalize
-
_node_hasChildNodes
-
_node_appendChild
-
_node_replaceChild
-
node_replaceChild
-
_node_insertBefore
-
node_insertBefore
-
_node_removeChild
-
node_removeChild
-
_node_cloneNode
-
node_cloneNode
-
_node_getLocalName
-
_node_getNamespaceURI
-
_node_setPrefix
-
node_setPrefix
-
_node_getPrefix
-
_node_getNodeName
-
_node_getNodeType
-
_node_setNodeValue
-
node_setNodeValue
-
_node_getNodeValue
-
node_getNodeValue
-
_node_getUserData
-
_node_setUserData
public static Object _node_setUserData(DomImpl.Dom n, String key, Object data, UserDataHandler handler) -
_node_getFeature
-
_node_isEqualNode
-
_node_isSameNode
-
_node_lookupNamespaceURI
-
_node_isDefaultNamespace
-
_node_lookupPrefix
-
_node_setTextContent
-
_node_getTextContent
-
_node_compareDocumentPosition
-
_node_getBaseURI
-
_childNodes_item
-
childNodes_item
-
_childNodes_getLength
-
childNodes_getLength
-
_element_getTagName
-
_element_getAttributeNode
-
_element_getAttributeNodeNS
-
_element_setAttributeNode
-
_element_setAttributeNodeNS
-
_element_getAttribute
-
_element_getAttributeNS
-
_element_hasAttribute
-
_element_hasAttributeNS
-
_element_removeAttribute
-
_element_removeAttributeNS
-
_element_removeAttributeNode
-
_element_setAttribute
-
element_setAttribute
-
_element_setAttributeNS
-
element_setAttributeNS
-
_element_getElementsByTagName
-
element_getElementsByTagName
-
_element_getElementsByTagNameNS
-
element_getElementsByTagNameNS
-
_attributes_getLength
-
attributes_getLength
-
_attributes_setNamedItem
-
attributes_setNamedItem
-
_attributes_getNamedItem
-
attributes_getNamedItem
-
_attributes_getNamedItemNS
-
attributes_getNamedItemNS
-
_attributes_removeNamedItem
-
attributes_removeNamedItem
-
_attributes_removeNamedItemNS
-
attributes_removeNamedItemNS
-
_attributes_setNamedItemNS
-
attributes_setNamedItemNS
-
_attributes_item
-
attributes_item
-
_processingInstruction_getData
-
_processingInstruction_getTarget
-
_processingInstruction_setData
-
_attr_getSpecified
-
_attr_getOwnerElement
-
attr_getOwnerElement
-
_characterData_appendData
-
_characterData_deleteData
-
_characterData_getData
-
_characterData_getLength
-
_characterData_insertData
-
_characterData_replaceData
-
_characterData_setData
-
_characterData_substringData
-
_text_splitText
-
_text_getWholeText
-
_text_isElementContentWhitespace
-
_text_replaceWholeText
-
_getXmlStreamReader
-
getXmlStreamReader
-
_getXmlCursor
-
getXmlCursor
-
_getXmlObject
-
getXmlObject
-
_soapText_isComment
-
_soapNode_detachNode
-
_soapNode_recycleNode
-
_soapNode_getValue
-
_soapNode_setValue
-
_soapNode_getParentElement
-
_soapNode_setParentElement
-
_soapElement_removeContents
-
_soapElement_getEncodingStyle
-
_soapElement_setEncodingStyle
-
_soapElement_removeNamespaceDeclaration
-
_soapElement_getAllAttributes
-
_soapElement_getChildElements
-
_soapElement_getNamespacePrefixes
-
_soapElement_addAttribute
public static SOAPElement _soapElement_addAttribute(DomImpl.Dom d, Name name, String value) throws SOAPException - Throws:
SOAPException
-
_soapElement_addChildElement
public static SOAPElement _soapElement_addChildElement(DomImpl.Dom d, SOAPElement oldChild) throws SOAPException - Throws:
SOAPException
-
_soapElement_addChildElement
public static SOAPElement _soapElement_addChildElement(DomImpl.Dom d, Name name) throws SOAPException - Throws:
SOAPException
-
_soapElement_addChildElement
public static SOAPElement _soapElement_addChildElement(DomImpl.Dom d, String localName) throws SOAPException - Throws:
SOAPException
-
_soapElement_addChildElement
public static SOAPElement _soapElement_addChildElement(DomImpl.Dom d, String localName, String prefix) throws SOAPException - Throws:
SOAPException
-
_soapElement_addChildElement
public static SOAPElement _soapElement_addChildElement(DomImpl.Dom d, String localName, String prefix, String uri) throws SOAPException - Throws:
SOAPException
-
_soapElement_addNamespaceDeclaration
public static SOAPElement _soapElement_addNamespaceDeclaration(DomImpl.Dom d, String prefix, String uri) -
_soapElement_addTextNode
-
_soapElement_getAttributeValue
-
_soapElement_getChildElements
-
_soapElement_getElementName
-
_soapElement_getNamespaceURI
-
_soapElement_getVisibleNamespacePrefixes
-
_soapElement_removeAttribute
-
_soapEnvelope_addBody
- Throws:
SOAPException
-
_soapEnvelope_getBody
- Throws:
SOAPException
-
_soapEnvelope_getHeader
- Throws:
SOAPException
-
_soapEnvelope_addHeader
- Throws:
SOAPException
-
_soapEnvelope_createName
-
_soapEnvelope_createName
public static Name _soapEnvelope_createName(DomImpl.Dom d, String localName, String prefix, String namespaceURI) -
soapHeader_examineAllHeaderElements
-
soapHeader_extractAllHeaderElements
-
soapHeader_examineHeaderElements
public static Iterator<SOAPHeaderElement> soapHeader_examineHeaderElements(DomImpl.Dom d, String actor) -
soapHeader_examineMustUnderstandHeaderElements
public static Iterator<SOAPHeaderElement> soapHeader_examineMustUnderstandHeaderElements(DomImpl.Dom d, String mustUnderstandString) -
soapHeader_extractHeaderElements
public static Iterator<SOAPHeaderElement> soapHeader_extractHeaderElements(DomImpl.Dom d, String actor) -
soapHeader_addHeaderElement
-
soapBody_hasFault
-
soapBody_addFault
- Throws:
SOAPException
-
soapBody_getFault
-
soapBody_addBodyElement
-
soapBody_addDocument
-
soapBody_addFault
- Throws:
SOAPException
-
soapBody_addFault
public static SOAPFault soapBody_addFault(DomImpl.Dom d, Name faultCode, String faultString, Locale locale) throws SOAPException - Throws:
SOAPException
-
soapFault_setFaultString
-
soapFault_setFaultString
-
soapFault_setFaultCode
- Throws:
SOAPException
-
soapFault_setFaultActor
-
soapFault_getFaultActor
-
soapFault_getFaultCode
-
soapFault_setFaultCode
- Throws:
SOAPException
-
soapFault_getFaultStringLocale
-
soapFault_getFaultCodeAsName
-
soapFault_getFaultString
-
soapFault_addDetail
- Throws:
SOAPException
-
soapFault_getDetail
-
soapHeaderElement_setMustUnderstand
-
soapHeaderElement_getMustUnderstand
-
soapHeaderElement_setActor
-
soapHeaderElement_getActor
-
detail_addDetailEntry
-
detail_getDetailEntries
-
_soapPart_removeAllMimeHeaders
-
_soapPart_removeMimeHeader
-
_soapPart_getAllMimeHeaders
-
_soapPart_getEnvelope
-
_soapPart_getContent
-
_soapPart_setContent
-
_soapPart_getMimeHeader
-
_soapPart_addMimeHeader
-
_soapPart_setMimeHeader
-
_soapPart_getMatchingMimeHeaders
-
_soapPart_getNonMatchingMimeHeaders
public static Iterator<MimeHeader> _soapPart_getNonMatchingMimeHeaders(DomImpl.Dom d, String[] names) -
saajCallback_setSaajData
-
impl_saajCallback_setSaajData
-
saajCallback_getSaajData
-
impl_saajCallback_getSaajData
-
saajCallback_createSoapElement
-
impl_saajCallback_createSoapElement
public static Element impl_saajCallback_createSoapElement(DomImpl.Dom d, QName name, QName parentName) -
saajCallback_importSoapElement
public static Element saajCallback_importSoapElement(DomImpl.Dom d, Element elem, boolean deep, QName parentName) -
impl_saajCallback_importSoapElement
public static Element impl_saajCallback_importSoapElement(DomImpl.Dom d, Element elem, boolean deep, QName parentName) -
saajCallback_ensureSoapTextNode
-
impl_saajCallback_ensureSoapTextNode
-