| Modifier and Type | Interface and Description |
|---|---|
interface |
OMDocument |
interface |
OMElement
A particular kind of node that represents an element infoset information item.
|
interface |
OMSourcedElement
Element whose data is backed by an arbitrary Java object.
|
| Modifier and Type | Method and Description |
|---|---|
OMContainer |
OMNode.getParent()
Returns the parent containing node.
|
| Modifier and Type | Method and Description |
|---|---|
OMComment |
OMFactory.createOMComment(OMContainer parent,
java.lang.String content)
Creates a comment.
|
OMDocType |
OMFactory.createOMDocType(OMContainer parent,
java.lang.String rootName,
java.lang.String publicId,
java.lang.String systemId,
java.lang.String internalSubset)
Creates DTD (DOCTYPE declaration) node.
|
OMElement |
OMFactory.createOMElement(javax.xml.namespace.QName qname,
OMContainer parent)
Create an element with the given
QName and parent. |
OMElement |
OMFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent)
Create an element with the given name and parent.
|
OMEntityReference |
OMFactory.createOMEntityReference(OMContainer parent,
java.lang.String name)
Create an entity reference.
|
OMProcessingInstruction |
OMFactory.createOMProcessingInstruction(OMContainer parent,
java.lang.String piTarget,
java.lang.String piData)
Creates a PI.
|
OMText |
OMFactory.createOMText(OMContainer parent,
char[] charArary,
int type) |
OMText |
OMFactory.createOMText(OMContainer parent,
OMText source)
Create OMText node that is a copy of the source text node
|
OMText |
OMFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text) |
OMText |
OMFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text,
int type) |
OMText |
OMFactory.createOMText(OMContainer parent,
java.lang.String text)
Creates a new
OMText node with the given value and appends it to the given parent
element. |
OMText |
OMFactory.createOMText(OMContainer parent,
java.lang.String text,
int type) |
OMText |
OMFactory.createOMText(OMContainer parent,
java.lang.String s,
java.lang.String mimeType,
boolean optimize) |
| Modifier and Type | Method and Description |
|---|---|
OMElement |
ByteArrayCustomBuilder.create(java.lang.String namespace,
java.lang.String localPart,
OMContainer parent,
javax.xml.stream.XMLStreamReader reader,
OMFactory factory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OMContainerEx
Interface that is used internally by Axiom and that should not be considered being part of the
public API.
|
interface |
OMElementEx
Interface that is used internally by Axiom and that should not be considered being part of the
public API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMNodeEx.setParent(OMContainer element) |
| Modifier and Type | Method and Description |
|---|---|
private OMContainer |
SAXOMBuilder.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected OMElement |
StAXOMBuilder.constructNode(OMContainer parent,
java.lang.String elementName)
Instantiate the appropriate
OMElement implementation for the current element. |
OMElement |
CustomBuilder.create(java.lang.String namespace,
java.lang.String localPart,
OMContainer parent,
javax.xml.stream.XMLStreamReader reader,
OMFactory factory)
Create an OMElement for this whole subtree.
|
OMComment |
OMFactoryEx.createOMComment(OMContainer parent,
java.lang.String content,
boolean fromBuilder) |
OMDocType |
OMFactoryEx.createOMDocType(OMContainer parent,
java.lang.String rootName,
java.lang.String publicId,
java.lang.String systemId,
java.lang.String internalSubset,
boolean fromBuilder) |
OMElement |
OMFactoryEx.createOMElement(java.lang.String localName,
OMContainer parent,
OMXMLParserWrapper builder) |
OMEntityReference |
OMFactoryEx.createOMEntityReference(OMContainer parent,
java.lang.String name,
java.lang.String replacementText,
boolean fromBuilder) |
OMProcessingInstruction |
OMFactoryEx.createOMProcessingInstruction(OMContainer parent,
java.lang.String piTarget,
java.lang.String piData,
boolean fromBuilder) |
OMText |
OMFactoryEx.createOMText(OMContainer parent,
java.lang.Object dataHandler,
boolean optimize,
boolean fromBuilder) |
OMText |
OMFactoryEx.createOMText(OMContainer parent,
java.lang.String text,
int type,
boolean fromBuilder) |
void |
StAXBuilder.discard(OMContainer container) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IContainer |
interface |
IElement |
| Modifier and Type | Field and Description |
|---|---|
private OMContainer |
OMAbstractIterator.currentParent
The parent of the current node.
|
private OMContainer |
SwitchingWrapper.rootNode
Field rootNode
|
| Modifier and Type | Method and Description |
|---|---|
private OMNode |
OMNavigator._getFirstChild(OMContainer node) |
private int |
SwitchingWrapper.generateContainerEvents(OMContainer container,
boolean isDocument) |
| Constructor and Description |
|---|
OMDescendantsIterator(OMContainer container,
boolean includeSelf) |
OMStAXWrapper(OMXMLParserWrapper builder,
OMContainer startNode)
When constructing the OMStaxWrapper, the creator must produce the builder (an instance of the
OMXMLparserWrapper of the input) and the Element Node to start parsing.
|
OMStAXWrapper(OMXMLParserWrapper builder,
OMContainer startNode,
boolean cache,
boolean preserveNamespaceContext)
Constructor OMStAXWrapper.
|
SwitchingWrapper(OMXMLParserWrapper builder,
OMContainer startNode,
boolean cache,
boolean preserveNamespaceContext)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentFragmentImpl |
class |
DocumentImpl |
class |
ElementImpl
Implementation of the org.w3c.dom.Element and org.apache.axiom.om.Element interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
OMContainer |
NodeImpl.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeImpl.setParent(OMContainer element) |
| Constructor and Description |
|---|
TextImpl(OMContainer parent,
javax.xml.namespace.QName text,
int nodeType,
OMFactory factory) |
TextImpl(OMContainer parent,
javax.xml.namespace.QName text,
OMFactory factory) |
TextNodeImpl(OMContainer parent,
javax.xml.namespace.QName text,
int nodeType,
OMFactory factory) |
TextNodeImpl(OMContainer parent,
javax.xml.namespace.QName text,
OMFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
OMComment |
OMDOMFactory.createOMComment(OMContainer parent,
java.lang.String content) |
OMComment |
OMDOMFactory.createOMComment(OMContainer parent,
java.lang.String content,
boolean fromBuilder) |
OMDocType |
OMDOMFactory.createOMDocType(OMContainer parent,
java.lang.String rootName,
java.lang.String publicId,
java.lang.String systemId,
java.lang.String internalSubset) |
OMDocType |
OMDOMFactory.createOMDocType(OMContainer parent,
java.lang.String rootName,
java.lang.String publicId,
java.lang.String systemId,
java.lang.String internalSubset,
boolean fromBuilder) |
OMElement |
OMDOMFactory.createOMElement(OMDataSource source,
java.lang.String localName,
OMNamespace ns,
OMContainer parent) |
OMElement |
OMDOMFactory.createOMElement(javax.xml.namespace.QName qname,
OMContainer parent)
Creates a new OMDOM Element node and adds it to the given parent.
|
OMElement |
OMDOMFactory.createOMElement(java.lang.String localName,
OMContainer parent,
OMXMLParserWrapper builder)
Creates an OMElement with the builder.
|
OMElement |
OMDOMFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent) |
OMEntityReference |
OMDOMFactory.createOMEntityReference(OMContainer parent,
java.lang.String name) |
OMEntityReference |
OMDOMFactory.createOMEntityReference(OMContainer parent,
java.lang.String name,
java.lang.String replacementText,
boolean fromBuilder) |
OMProcessingInstruction |
OMDOMFactory.createOMProcessingInstruction(OMContainer parent,
java.lang.String piTarget,
java.lang.String piData) |
OMProcessingInstruction |
OMDOMFactory.createOMProcessingInstruction(OMContainer parent,
java.lang.String piTarget,
java.lang.String piData,
boolean fromBuilder) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
char[] charArary,
int type) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
java.lang.Object dataHandler,
boolean optimize,
boolean fromBuilder) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
OMText source) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text,
int type) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
java.lang.String text) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
java.lang.String text,
int type) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
java.lang.String text,
int type,
boolean fromBuilder) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
java.lang.String s,
java.lang.String mimeType,
boolean optimize)
Creates an OMDOM Text node, adds it to the give parent element and returns it.
|
| Constructor and Description |
|---|
OMSource(OMContainer node) |
| Modifier and Type | Class and Description |
|---|---|
class |
OMDocumentImpl
Class OMDocumentImpl
|
class |
OMElementImpl
Class OMElementImpl
|
class |
OMSourcedElementImpl
Element backed by an arbitrary data source.
|
| Modifier and Type | Method and Description |
|---|---|
OMContainer |
OMNodeImpl.getParent()
Returns the immediate parent of the node.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) OMNode |
OMElementImpl.clone(OMCloneOptions options,
OMContainer targetParent) |
(package private) OMNode |
OMCommentImpl.clone(OMCloneOptions options,
OMContainer targetParent) |
(package private) abstract OMNode |
OMNodeImpl.clone(OMCloneOptions options,
OMContainer targetParent) |
(package private) OMNode |
OMDocTypeImpl.clone(OMCloneOptions options,
OMContainer targetParent) |
(package private) OMNode |
OMEntityReferenceImpl.clone(OMCloneOptions options,
OMContainer targetParent) |
(package private) OMNode |
OMProcessingInstructionImpl.clone(OMCloneOptions options,
OMContainer targetParent) |
(package private) OMNode |
OMTextImpl.clone(OMCloneOptions options,
OMContainer targetParent) |
(package private) OMNode |
OMSourcedElementImpl.clone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
OMElementImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
OMSourcedElementImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
void |
OMNodeImpl.setParent(OMContainer element)
Method setParent.
|
| Constructor and Description |
|---|
OMCommentImpl(OMContainer parentNode,
java.lang.String contentText,
OMFactory factory,
boolean fromBuilder)
Constructor OMCommentImpl.
|
OMDocTypeImpl(OMContainer parentNode,
java.lang.String rootName,
java.lang.String publicId,
java.lang.String systemId,
java.lang.String internalSubset,
OMFactory factory,
boolean fromBuilder) |
OMElementImpl(OMContainer parent,
java.lang.String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
OMElementImpl(javax.xml.namespace.QName qname,
OMContainer parent,
OMFactory factory)
It is assumed that the QName passed contains, at least, the localName for this element.
|
OMEntityReferenceImpl(OMContainer parent,
java.lang.String name,
java.lang.String replacementText,
OMFactory factory,
boolean fromBuilder) |
OMLeafNode(OMContainer parent,
OMFactory factory,
boolean fromBuilder) |
OMProcessingInstructionImpl(OMContainer parentNode,
java.lang.String target,
java.lang.String value,
OMFactory factory,
boolean fromBuilder)
Constructor OMProcessingInstructionImpl.
|
OMSourcedElementImpl(OMContainer parent,
java.lang.String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
OMSourcedElementImpl(java.lang.String localName,
OMNamespace ns,
OMContainer parent,
OMFactory factory) |
OMTextImpl(OMContainer parent,
char[] charArray,
int nodeType,
OMFactory factory) |
OMTextImpl(OMContainer parent,
java.lang.Object dataHandler,
boolean optimize,
OMFactory factory,
boolean fromBuilder) |
OMTextImpl(OMContainer parent,
OMTextImpl source,
OMFactory factory)
Construct OMTextImpl that is a copy of the source OMTextImpl
|
OMTextImpl(OMContainer parent,
javax.xml.namespace.QName text,
int nodeType,
OMFactory factory) |
OMTextImpl(OMContainer parent,
javax.xml.namespace.QName text,
OMFactory factory) |
OMTextImpl(OMContainer parent,
java.lang.String text,
int nodeType,
OMFactory factory,
boolean fromBuilder) |
OMTextImpl(OMContainer parent,
java.lang.String text,
OMFactory factory)
Constructor OMTextImpl.
|
OMTextImpl(OMContainer parent,
java.lang.String s,
java.lang.String mimeType,
boolean optimize,
OMFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
OMComment |
OMLinkedListImplFactory.createOMComment(OMContainer parent,
java.lang.String content)
Creates a comment.
|
OMComment |
OMLinkedListImplFactory.createOMComment(OMContainer parent,
java.lang.String content,
boolean fromBuilder) |
OMDocType |
OMLinkedListImplFactory.createOMDocType(OMContainer parent,
java.lang.String rootName,
java.lang.String publicId,
java.lang.String systemId,
java.lang.String internalSubset) |
OMDocType |
OMLinkedListImplFactory.createOMDocType(OMContainer parent,
java.lang.String rootName,
java.lang.String publicId,
java.lang.String systemId,
java.lang.String internalSubset,
boolean fromBuilder) |
OMElement |
OMLinkedListImplFactory.createOMElement(javax.xml.namespace.QName qname,
OMContainer parent)
Create an OMElement with the given QName under the given parent.
|
OMElement |
OMLinkedListImplFactory.createOMElement(java.lang.String localName,
OMContainer parent,
OMXMLParserWrapper builder)
Method createOMElement.
|
OMElement |
OMLinkedListImplFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent) |
OMEntityReference |
OMLinkedListImplFactory.createOMEntityReference(OMContainer parent,
java.lang.String name) |
OMEntityReference |
OMLinkedListImplFactory.createOMEntityReference(OMContainer parent,
java.lang.String name,
java.lang.String replacementText,
boolean fromBuilder) |
OMProcessingInstruction |
OMLinkedListImplFactory.createOMProcessingInstruction(OMContainer parent,
java.lang.String piTarget,
java.lang.String piData)
Creates a PI.
|
OMProcessingInstruction |
OMLinkedListImplFactory.createOMProcessingInstruction(OMContainer parent,
java.lang.String piTarget,
java.lang.String piData,
boolean fromBuilder) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
char[] charArary,
int type) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
java.lang.Object dataHandler,
boolean optimize,
boolean fromBuilder) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
OMText source) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text,
int type) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
java.lang.String text)
Method createOMText.
|
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
java.lang.String text,
int type) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
java.lang.String text,
int type,
boolean fromBuilder) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
java.lang.String s,
java.lang.String mimeType,
boolean optimize)
Creates text.
|
| Modifier and Type | Field and Description |
|---|---|
private OMContainer |
OMXMLReader.root |
| Modifier and Type | Method and Description |
|---|---|
private void |
OMXMLReader.generateEventsForChildren(OMContainer parent) |
| Constructor and Description |
|---|
OMXMLReader(OMContainer root) |
| Modifier and Type | Field and Description |
|---|---|
private OMContainer |
OMAbstractIterator.currentParent
The parent of the current node.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OMSerializerUtil.serializeChildren(OMContainer container,
javax.xml.stream.XMLStreamWriter writer,
boolean cache) |
| Modifier and Type | Field and Description |
|---|---|
(package private) OMContainer |
DocumentNavigator.OMNamespaceEx.parent |
| Modifier and Type | Method and Description |
|---|---|
OMContainer |
DocumentNavigator.OMNamespaceEx.getParent() |
| Constructor and Description |
|---|
OMNamespaceEx(OMNamespace nsp,
OMContainer parent) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SOAPBody
An object that represents the contents of the SOAP body element in a SOAP message.
|
interface |
SOAPEnvelope
Interface SOAPEnvelope
|
interface |
SOAPFault
An element in the
SOAPBody object that contains error and/or status information. |
interface |
SOAPFaultClassifier
Common superinterface for
SOAPFaultCode and SOAPFaultSubCode. |
interface |
SOAPFaultCode |
interface |
SOAPFaultDetail
The Detail element information item is intended for carrying application specific error
information related to the SOAP Body .
|
interface |
SOAPFaultNode |
interface |
SOAPFaultReason |
interface |
SOAPFaultRole
The Role element information item identifies the role the node was operating in at the point the
fault occurred.
|
interface |
SOAPFaultSubCode |
interface |
SOAPFaultText |
interface |
SOAPFaultValue |
interface |
SOAPHeader
Interface SOAPHeader
|
interface |
SOAPHeaderBlock
An object representing the contents in the SOAP header part of the SOAP envelope.
|
interface |
SOAPMessage |
| Modifier and Type | Method and Description |
|---|---|
protected OMElement |
StAXSOAPModelBuilder.constructNode(OMContainer parent,
java.lang.String elementName) |
| Modifier and Type | Class and Description |
|---|---|
class |
SOAPBodyImpl |
class |
SOAPElement |
class |
SOAPEnvelopeImpl |
class |
SOAPFaultCodeImpl |
class |
SOAPFaultDetailImpl |
class |
SOAPFaultImpl |
class |
SOAPFaultNodeImpl |
class |
SOAPFaultReasonImpl |
class |
SOAPFaultRoleImpl |
class |
SOAPFaultSubCodeImpl |
class |
SOAPFaultTextImpl |
class |
SOAPFaultValueImpl |
class |
SOAPHeaderBlockImpl |
class |
SOAPHeaderImpl |
class |
SOAPMessageImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SOAP11BodyImpl |
class |
SOAP11FaultCodeImpl |
class |
SOAP11FaultDetailImpl |
class |
SOAP11FaultImpl |
class |
SOAP11FaultReasonImpl |
class |
SOAP11FaultRoleImpl |
class |
SOAP11FaultSubCodeImpl |
class |
SOAP11FaultTextImpl |
class |
SOAP11FaultValueImpl |
class |
SOAP11HeaderBlockImpl |
class |
SOAP11HeaderImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SOAP12BodyImpl |
class |
SOAP12FaultCodeImpl |
class |
SOAP12FaultDetailImpl |
class |
SOAP12FaultImpl |
class |
SOAP12FaultNodeImpl |
class |
SOAP12FaultReasonImpl |
class |
SOAP12FaultRoleImpl |
class |
SOAP12FaultSubCodeImpl |
class |
SOAP12FaultTextImpl |
class |
SOAP12FaultValueImpl |
class |
SOAP12HeaderBlockImpl |
class |
SOAP12HeaderImpl |
| Modifier and Type | Method and Description |
|---|---|
protected OMElement |
SOAPFaultTextImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultCodeImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultSubCodeImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultRoleImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultDetailImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultReasonImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPEnvelopeImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultValueImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPHeaderImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPBodyImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultNodeImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPHeaderBlockImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
void |
SOAPElement.setParent(OMContainer element) |
void |
SOAPHeaderBlockImpl.setParent(OMContainer element) |
| Constructor and Description |
|---|
SOAPElement(OMContainer parent,
java.lang.String localName,
OMXMLParserWrapper builder,
SOAPFactory factory) |
SOAPHeaderBlockImpl(OMContainer parent,
java.lang.String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
| Constructor and Description |
|---|
SOAP11HeaderBlockImpl(OMContainer parent,
java.lang.String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
| Constructor and Description |
|---|
SOAP12HeaderBlockImpl(OMContainer parent,
java.lang.String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AxiomTestCase.assertConsumed(OMContainer container) |
| Modifier and Type | Method and Description |
|---|---|
OMContainer |
OMContainerFactory.getContainer(OMXMLParserWrapper builder)
Extract the
OMContainer from the given test file. |
OMContainer |
OMElementFactory.getContainer(OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
org.xml.sax.InputSource |
SerializationMethod.serialize(OMContainer container) |
org.xml.sax.InputSource |
SerializeToOutputStream.serialize(OMContainer container) |
| Modifier and Type | Method and Description |
|---|---|
abstract OMContainer |
CreateOMElementParentSupplier.createParent(OMFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
abstract OMElement |
CreateOMElementVariant.createOMElement(OMFactory factory,
OMContainer parent,
java.lang.String localName,
java.lang.String namespaceURI,
java.lang.String prefix)
Create an
OMElement. |