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,
String content)
Creates a comment.
|
OMDocType |
OMFactory.createOMDocType(OMContainer parent,
String content)
Creates DocType/DTD.
|
OMElement |
OMFactory.createOMElement(QName qname,
OMContainer parent)
Create an OMElement with the given QName under the given parent.
|
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent) |
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder) |
OMProcessingInstruction |
OMFactory.createOMProcessingInstruction(OMContainer parent,
String piTarget,
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,
QName text) |
OMText |
OMFactory.createOMText(OMContainer parent,
QName text,
int type) |
OMText |
OMFactory.createOMText(OMContainer parent,
String text)
Creates a new
OMText node with the given value and appends it to the given parent
element. |
OMText |
OMFactory.createOMText(OMContainer parent,
String text,
int type) |
OMText |
OMFactory.createOMText(OMContainer parent,
String s,
String mimeType,
boolean optimize) |
OMText |
OMFactory.createOMText(String contentID,
OMContainer parent,
OMXMLParserWrapper builder) |
Modifier and Type | Method and Description |
---|---|
OMElement |
ByteArrayCustomBuilder.create(String namespace,
String localPart,
OMContainer parent,
javax.xml.stream.XMLStreamReader reader,
OMFactory factory) |
Modifier and Type | Interface and Description |
---|---|
interface |
OMContainerEx
Interface OMContainerEx
Internal Implementation detail.
|
Modifier and Type | Method and Description |
---|---|
void |
OMNodeEx.setParent(OMContainer element) |
Constructor and Description |
---|
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)
Constructor OMStAXWrapper.
|
Modifier and Type | Method and Description |
---|---|
OMElement |
CustomBuilder.create(String namespace,
String localPart,
OMContainer parent,
javax.xml.stream.XMLStreamReader reader,
OMFactory factory)
Create an OMElement for this whole subtree.
|
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.
|
class |
ParentNode |
Modifier and Type | Method and Description |
---|---|
OMContainer |
AttrImpl.getParent()
Returns the parent node of this attribute.
|
OMContainer |
NodeImpl.getParent() |
OMContainer |
DocumentImpl.getParent() |
OMContainer |
ChildNode.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
AttrImpl.setParent(OMContainer element)
Sets the parent element to the given OMContainer.
|
void |
DocumentImpl.setParent(OMContainer element) |
void |
ChildNode.setParent(OMContainer element) |
Constructor and Description |
---|
DOMStAXWrapper(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.
|
DOMStAXWrapper(OMXMLParserWrapper builder,
OMContainer startNode,
boolean cache)
Constructor OMStAXWrapper.
|
TextImpl(OMContainer parent,
QName text,
int nodeType,
OMFactory factory) |
TextImpl(OMContainer parent,
QName text,
OMFactory factory) |
TextImpl(OMContainer parent,
TextNodeImpl source,
OMFactory factory) |
TextImpl(String contentID,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory) |
TextNodeImpl(OMContainer parent,
QName text,
int nodeType,
OMFactory factory) |
TextNodeImpl(OMContainer parent,
QName text,
OMFactory factory) |
TextNodeImpl(OMContainer parent,
TextNodeImpl source,
OMFactory factory)
Construct TextImpl that is a copy of the source OMTextImpl
|
TextNodeImpl(String contentID,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory) |
Modifier and Type | Method and Description |
---|---|
OMComment |
OMDOMFactory.createOMComment(OMContainer parent,
String content) |
OMDocType |
OMDOMFactory.createOMDocType(OMContainer parent,
String content) |
OMElement |
OMDOMFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns,
OMContainer parent) |
OMElement |
OMDOMFactory.createOMElement(QName qname,
OMContainer parent)
Creates a new OMDOM Element node and adds it to the given parent.
|
OMElement |
OMDOMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent) |
OMElement |
OMDOMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
Creates an OMElement with the builder.
|
OMProcessingInstruction |
OMDOMFactory.createOMProcessingInstruction(OMContainer parent,
String piTarget,
String piData) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
char[] charArary,
int type) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
OMText source) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
QName text) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
QName text,
int type) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
String text) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
String text,
int type) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
String s,
String mimeType,
boolean optimize)
Creates an OMDOM Text node, adds it to the give parent element and returns it.
|
OMText |
OMDOMFactory.createOMText(String contentID,
OMContainer parent,
OMXMLParserWrapper builder) |
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 |
---|---|
void |
OMNodeImpl.setParent(OMContainer element)
Method setParent.
|
Constructor and Description |
---|
OMCommentImpl(OMContainer parentNode,
OMFactory factory)
Constructor OMCommentImpl.
|
OMCommentImpl(OMContainer parentNode,
String contentText,
OMFactory factory)
Constructor OMCommentImpl.
|
OMDocTypeImpl(OMContainer parentNode,
OMFactory factory)
Constructor OMDocTypeImpl.
|
OMDocTypeImpl(OMContainer parentNode,
String contentText,
OMFactory factory)
Constructor OMDocTypeImpl.
|
OMElementImpl(QName qname,
OMContainer parent,
OMFactory factory)
It is assumed that the QName passed contains, at least, the localName for this element.
|
OMElementImpl(String localName,
OMNamespace ns,
OMContainer parent,
OMFactory factory)
This is the basic constructor for OMElement.
|
OMElementImpl(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory)
Constructor OMElementImpl.
|
OMNodeImpl(OMContainer parent,
OMFactory factory,
boolean done)
For a node to exist there must be a parent.
|
OMProcessingInstructionImpl(OMContainer parentNode,
OMFactory factory)
Constructor OMProcessingInstructionImpl.
|
OMProcessingInstructionImpl(OMContainer parentNode,
String target,
String value,
OMFactory factory)
Constructor OMProcessingInstructionImpl.
|
OMSourcedElementImpl(String localName,
OMNamespace ns,
OMContainer parent,
OMFactory factory) |
OMSourcedElementImpl(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory) |
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)
Constructor OMStAXWrapper.
|
OMTextImpl(OMContainer parent,
char[] charArray,
int nodeType,
OMFactory factory) |
OMTextImpl(OMContainer parent,
OMTextImpl source,
OMFactory factory)
Construct OMTextImpl that is a copy of the source OMTextImpl
|
OMTextImpl(OMContainer parent,
QName text,
int nodeType,
OMFactory factory) |
OMTextImpl(OMContainer parent,
QName text,
OMFactory factory) |
OMTextImpl(OMContainer parent,
String text,
int nodeType,
OMFactory factory) |
OMTextImpl(OMContainer parent,
String text,
OMFactory factory)
Constructor OMTextImpl.
|
OMTextImpl(OMContainer parent,
String s,
String mimeType,
boolean optimize,
OMFactory factory) |
OMTextImpl(String contentID,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory) |
Modifier and Type | Method and Description |
---|---|
OMComment |
OMLinkedListImplFactory.createOMComment(OMContainer parent,
String content)
Creates a comment.
|
OMDocType |
OMLinkedListImplFactory.createOMDocType(OMContainer parent,
String content)
Creates DocType/DTD.
|
OMElement |
OMLinkedListImplFactory.createOMElement(QName qname,
OMContainer parent)
Create an OMElement with the given QName under the given parent.
|
OMElement |
OMLinkedListImplFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent) |
OMElement |
OMLinkedListImplFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
Method createOMElement.
|
OMProcessingInstruction |
OMLinkedListImplFactory.createOMProcessingInstruction(OMContainer parent,
String piTarget,
String piData)
Creates a PI.
|
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
char[] charArary,
int type) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
OMText source) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
QName text) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
QName text,
int type) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
String text)
Method createOMText.
|
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
String text,
int type) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
String s,
String mimeType,
boolean optimize)
Creates text.
|
OMText |
OMLinkedListImplFactory.createOMText(String contentID,
OMContainer parent,
OMXMLParserWrapper builder) |
Modifier and Type | Method and Description |
---|---|
static void |
OMSerializerUtil.serializeChildren(OMContainer container,
javax.xml.stream.XMLStreamWriter writer,
boolean cache) |
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 | Class and Description |
---|---|
class |
SOAPBodyImpl
Class SOAPBodyImpl
|
class |
SOAPElement |
class |
SOAPEnvelopeImpl
Class SOAPEnvelopeImpl
|
class |
SOAPFaultCodeImpl |
class |
SOAPFaultDetailImpl |
class |
SOAPFaultImpl
Class SOAPFaultImpl
|
class |
SOAPFaultNodeImpl |
class |
SOAPFaultReasonImpl |
class |
SOAPFaultRoleImpl |
class |
SOAPFaultSubCodeImpl |
class |
SOAPFaultTextImpl |
class |
SOAPFaultValueImpl |
class |
SOAPHeaderBlockImpl
Class SOAPHeaderBlockImpl
|
class |
SOAPHeaderImpl
A class representing the SOAP Header, primarily allowing access to the contained HeaderBlocks.
|
class |
SOAPMessageImpl |
class |
SOAPTextImpl |
Modifier and Type | Method and Description |
---|---|
void |
SOAPElement.setParent(OMContainer element) |
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 |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.