Modifier and Type | Method and Description |
---|---|
OMFactory |
OMMetaFactory.getOMFactory()
Get an OM factory instance for the XML infoset model.
|
static OMFactory |
OMAbstractFactory.getOMFactory()
Get the default OM factory instance.
|
OMFactory |
OMAttribute.getOMFactory()
Returns the OMFactory that created this object
|
OMFactory |
OMSerializable.getOMFactory()
Returns the OMFactory that created this object
|
Modifier and Type | Method and Description |
---|---|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
InputStream in)
Create an object model builder that reads an XML document from the provided input stream
using a specified object model factory and with the default parser configuration defined by
StAXParserConfiguration.DEFAULT . |
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
Reader in)
Create an object model builder that reads an XML document from the provided character stream
using a specified object model factory and with the default parser configuration defined by
StAXParserConfiguration.DEFAULT . |
OMXMLParserWrapper |
OMMetaFactory.createOMBuilder(OMFactory omFactory,
Source source)
Create an object model builder for plain XML that gets its input from a
Source . |
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
Source source)
Create an object model builder that reads an XML document from the provided
Source
using a specified object model factory. |
OMXMLParserWrapper |
OMMetaFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
InputSource is)
Create an object model builder for plain XML that reads a document from the provided input
source.
|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
InputStream in)
Create an object model builder that reads an XML document from the provided input stream
using a specified object model factory and with a given parser configuration.
|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
Reader in)
Create an object model builder that reads an XML document from the provided character stream
using a specified object model factory and with a given parser configuration.
|
OMXMLParserWrapper |
OMMetaFactory.createStAXOMBuilder(OMFactory omFactory,
javax.xml.stream.XMLStreamReader parser)
Create an object model builder for plain XML that pulls events from a StAX stream reader.
|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createStAXOMBuilder(OMFactory omFactory,
javax.xml.stream.XMLStreamReader parser)
Create an object model builder that pulls events from a StAX stream reader using a specified
object model factory.
|
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 | Method and Description |
---|---|
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
Source source) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
InputSource is) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createStAXOMBuilder(OMFactory omFactory,
javax.xml.stream.XMLStreamReader parser) |
Modifier and Type | Field and Description |
---|---|
protected OMFactory |
StAXBuilder.omfactory
Field omfactory
|
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.
|
protected OMNode |
StAXOMBuilder.createWithCustomBuilder(CustomBuilder customBuilder,
OMFactory factory) |
void |
StAXBuilder.setOMBuilderFactory(OMFactory ombuilderFactory)
Method setOMBuilderFactory.
|
Constructor and Description |
---|
SAXOMBuilder(OMFactory factory) |
SAXOMXMLParserWrapper(OMFactory factory,
SAXSource source) |
StAXBuilder(OMFactory ombuilderFactory,
javax.xml.stream.XMLStreamReader parser)
Constructor StAXBuilder.
|
StAXBuilder(OMFactory ombuilderFactory,
javax.xml.stream.XMLStreamReader parser,
String characterEncoding)
Constructor StAXBuilder.
|
StAXOMBuilder(OMFactory ombuilderFactory,
javax.xml.stream.XMLStreamReader parser)
Constructor StAXOMBuilder.
|
StAXOMBuilder(OMFactory factory,
javax.xml.stream.XMLStreamReader parser,
OMElement element)
Constructor linked to existing element.
|
StAXOMBuilder(OMFactory factory,
javax.xml.stream.XMLStreamReader parser,
OMElement element,
String characterEncoding)
Constructor linked to existing element.
|
XOPAwareStAXOMBuilder(OMFactory ombuilderFactory,
javax.xml.stream.XMLStreamReader parser,
Attachments attachments)
Constructor StAXOMBuilder.
|
XOPAwareStAXOMBuilder(OMFactory factory,
javax.xml.stream.XMLStreamReader parser,
OMElement element,
Attachments attachments)
Constructor linked to existing element.
|
Modifier and Type | Field and Description |
---|---|
protected OMFactory |
NodeImpl.factory
Factory that created this node
|
Modifier and Type | Method and Description |
---|---|
OMFactory |
NodeImpl.getOMFactory()
Returns the
OMFactory that created this node |
static OMFactory |
DOOMAbstractFactory.getOMFactory() |
Constructor and Description |
---|
AttrImpl(DocumentImpl ownerDocument,
OMFactory factory) |
AttrImpl(DocumentImpl ownerDocument,
String name,
OMFactory factory) |
AttrImpl(DocumentImpl ownerDocument,
String localName,
OMNamespace namespace,
OMFactory factory) |
AttrImpl(DocumentImpl ownerDocument,
String localName,
OMNamespace ns,
String value,
OMFactory factory) |
AttrImpl(DocumentImpl ownerDocument,
String name,
String value,
OMFactory factory) |
CDATASectionImpl(String text,
OMFactory factory) |
CharacterImpl(DocumentImpl ownerNode,
OMFactory factory) |
CharacterImpl(DocumentImpl ownerNode,
String value,
OMFactory factory) |
CharacterImpl(OMFactory factory) |
ChildNode(DocumentImpl ownerDocument,
OMFactory factory) |
ChildNode(OMFactory factory) |
CommentImpl(DocumentImpl ownerNode,
OMFactory factory) |
CommentImpl(DocumentImpl ownerNode,
String value,
OMFactory factory) |
DocumentFragmentImpl(DocumentImpl ownerDocument,
OMFactory factory) |
DocumentImpl(DocumentImpl ownerDocument,
OMFactory factory) |
DocumentImpl(OMFactory factory) |
DocumentImpl(OMXMLParserWrapper parserWrapper,
OMFactory factory) |
DocumentTypeImpl(DocumentImpl ownerDocument,
OMFactory factory) |
ElementImpl(DocumentImpl ownerDocument,
String tagName,
NamespaceImpl ns,
OMFactory factory)
Creates a new element with the namespace.
|
ElementImpl(DocumentImpl ownerDocument,
String tagName,
NamespaceImpl ns,
OMXMLParserWrapper builder,
OMFactory factory) |
ElementImpl(DocumentImpl ownerDocument,
String tagName,
OMFactory factory) |
ElementImpl(OMFactory factory) |
ElementImpl(ParentNode parentNode,
String tagName,
NamespaceImpl ns,
OMFactory factory) |
ElementImpl(ParentNode parentNode,
String tagName,
NamespaceImpl ns,
OMXMLParserWrapper builder,
OMFactory factory) |
ElementImpl(String tagName,
NamespaceImpl ns,
OMXMLParserWrapper builder,
OMFactory factory) |
NodeImpl(DocumentImpl ownerDocument,
OMFactory factory) |
NodeImpl(OMFactory factory) |
ParentNode(DocumentImpl ownerDocument,
OMFactory factory) |
ParentNode(OMFactory factory) |
ProcessingInstructionImpl(DocumentImpl ownerDocument,
String target,
String value,
OMFactory factory) |
TextImpl(DocumentImpl ownerNode,
char[] value,
OMFactory factory) |
TextImpl(DocumentImpl ownerNode,
Object dataHandler,
boolean optimize,
OMFactory factory) |
TextImpl(DocumentImpl ownerNode,
OMFactory factory) |
TextImpl(DocumentImpl ownerNode,
String contentID,
DataHandlerProvider dataHandlerProvider,
boolean optimize,
OMFactory factory) |
TextImpl(DocumentImpl ownerNode,
String value,
int nodeType,
OMFactory factory) |
TextImpl(DocumentImpl ownerNode,
String value,
OMFactory factory) |
TextImpl(DocumentImpl ownerNode,
String value,
String mimeType,
boolean optimize,
OMFactory factory) |
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) |
TextImpl(String text,
OMFactory factory) |
TextImpl(String text,
String mimeType,
boolean optimize,
boolean isBinary,
OMFactory factory) |
TextImpl(String text,
String mimeType,
boolean optimize,
OMFactory factory) |
TextNodeImpl(DocumentImpl ownerNode,
char[] value,
OMFactory factory) |
TextNodeImpl(DocumentImpl ownerNode,
Object dataHandler,
boolean optimize,
OMFactory factory) |
TextNodeImpl(DocumentImpl ownerNode,
OMFactory factory) |
TextNodeImpl(DocumentImpl ownerNode,
String contentID,
DataHandlerProvider dataHandlerProvider,
boolean optimize,
OMFactory factory)
Constructor.
|
TextNodeImpl(DocumentImpl ownerNode,
String value,
OMFactory factory) |
TextNodeImpl(DocumentImpl ownerNode,
String value,
String mimeType,
boolean optimize,
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) |
TextNodeImpl(String text,
OMFactory factory)
Creates a text node with the given text required by the OMDOMFactory.
|
TextNodeImpl(String text,
String mimeType,
boolean optimize,
boolean isBinary,
OMFactory factory) |
TextNodeImpl(String text,
String mimeType,
boolean optimize,
OMFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
OMDOMFactory
OM factory implementation for DOOM.
|
Modifier and Type | Method and Description |
---|---|
OMFactory |
OMDOMMetaFactory.getOMFactory() |
Constructor and Description |
---|
OMResult(OMFactory omFactory) |
Modifier and Type | Field and Description |
---|---|
protected OMFactory |
OMSerializableImpl.factory |
Modifier and Type | Method and Description |
---|---|
OMFactory |
OMAttributeImpl.getOMFactory() |
OMFactory |
OMSerializableImpl.getOMFactory() |
Constructor and Description |
---|
OMAttributeImpl(String localName,
OMNamespace ns,
String value,
OMFactory factory)
Constructor OMAttributeImpl.
|
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.
|
OMDocumentImpl(OMElement documentElement,
OMXMLParserWrapper parserWrapper,
OMFactory factory)
Create the
OMDoucment with the factory and set the given OMElement
as the document element |
OMDocumentImpl(OMFactory factory)
Create a
OMDocument given the OMFactory |
OMDocumentImpl(OMXMLParserWrapper parserWrapper,
OMFactory factory)
Create the
OMDocument with the factory |
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.
|
OMElementImpl(String localName,
OMNamespace ns,
OMFactory factory)
Constructor OMElementImpl.
|
OMNodeImpl(OMContainer parent,
OMFactory factory,
boolean done)
For a node to exist there must be a parent.
|
OMNodeImpl(OMFactory factory)
Constructor OMNodeImpl
|
OMProcessingInstructionImpl(OMContainer parentNode,
OMFactory factory)
Constructor OMProcessingInstructionImpl.
|
OMProcessingInstructionImpl(OMContainer parentNode,
String target,
String value,
OMFactory factory)
Constructor OMProcessingInstructionImpl.
|
OMSerializableImpl(OMFactory factory) |
OMSourcedElementImpl(QName qName,
OMFactory factory,
OMDataSource source)
Constructor that takes a QName instead of the local name and the namespace seperately
|
OMSourcedElementImpl(String localName,
OMNamespace ns,
OMContainer parent,
OMFactory factory) |
OMSourcedElementImpl(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory) |
OMSourcedElementImpl(String localName,
OMNamespace ns,
OMFactory factory) |
OMSourcedElementImpl(String localName,
OMNamespace ns,
OMFactory factory,
OMDataSource source)
Constructor.
|
OMTextImpl(Object dataHandler,
boolean optimize,
OMFactory factory) |
OMTextImpl(Object dataHandler,
OMFactory factory) |
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,
DataHandlerProvider dataHandlerProvider,
boolean optimize,
OMFactory factory)
Constructor.
|
OMTextImpl(String s,
int nodeType,
OMFactory factory) |
OMTextImpl(String contentID,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory) |
OMTextImpl(String s,
OMFactory factory)
Constructor OMTextImpl.
|
OMTextImpl(String s,
String mimeType,
boolean optimize,
OMFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
OMLinkedListImplFactory
Class OMLinkedListImplFactory
|
Modifier and Type | Method and Description |
---|---|
OMFactory |
OMLinkedListMetaFactory.getOMFactory() |
Modifier and Type | Method and Description |
---|---|
static StAXOMBuilder |
OMXMLBuilderFactory.createStAXOMBuilder(OMFactory ombuilderFactory,
javax.xml.stream.XMLStreamReader parser)
Deprecated.
Method createStAXOMBuilder.
|
Modifier and Type | Method and Description |
---|---|
static OMElement |
ElementHelper.importOMElement(OMElement omElement,
OMFactory omFactory)
Some times two OMElements needs to be added to the same object tree.
|
static OMElement |
AXIOMUtil.stringToOM(OMFactory omFactory,
String xmlFragment)
Create an OMElement from an XML fragment given as a string.
|
static OMText |
TextHelper.toOMText(byte[] b,
int off,
int length,
OMFactory factory,
boolean isOptimize)
Create an OMText node from a byte array containing binary data
If the byte array is large and the optimize flag is set, then
the data is stored in a temp file to reduce in-core memory
|
static OMText |
TextHelper.toOMText(byte[] b,
int off,
int length,
OMFactory factory,
boolean isOptimize,
String attachmentDir)
Create an OMText node from a byte array containing binary data
If the byte array is large and the optimize flag is set, then
the data is stored in a temp file to reduce in-core memory
|
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPFactory |
Modifier and Type | Class and Description |
---|---|
class |
DOMSOAPFactory |
Modifier and Type | Class and Description |
---|---|
class |
SOAP11Factory |
Modifier and Type | Class and Description |
---|---|
class |
SOAP12Factory |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.