Package org.apache.xmlbeans.impl.store
Class DomImpl
java.lang.Object
org.apache.xmlbeans.impl.store.DomImpl
public final class DomImpl extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DomImpl.Dom
static class
DomImpl.DomLevel3NotImplemented
-
Field Summary
Fields Modifier and Type Field Description static NodeList
_emptyNodeList
-
Constructor Summary
Constructors Constructor Description DomImpl()
-
Method Summary
-
Field Details
-
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
-
soapHeader_examineMustUnderstandHeaderElements
public static Iterator soapHeader_examineMustUnderstandHeaderElements(DomImpl.Dom d, String mustUnderstandString) -
soapHeader_extractHeaderElements
-
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
-
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
-