Constructors in org.apache.axiom.om.impl.dom with parameters of type DocumentImpl |
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)
|
CharacterImpl(DocumentImpl ownerNode,
OMFactory factory)
|
CharacterImpl(DocumentImpl ownerNode,
String value,
OMFactory factory)
|
ChildNode(DocumentImpl ownerDocument,
OMFactory factory)
|
CommentImpl(DocumentImpl ownerNode,
OMFactory factory)
|
CommentImpl(DocumentImpl ownerNode,
String value,
OMFactory factory)
|
DocumentFragmentImpl(DocumentImpl ownerDocument,
OMFactory factory)
|
DocumentImpl(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)
|
NodeImpl(DocumentImpl ownerDocument,
OMFactory factory)
|
ParentNode(DocumentImpl ownerDocument,
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 value,
OMFactory factory)
|
TextImpl(DocumentImpl ownerNode,
String value,
String mimeType,
boolean optimize,
OMFactory factory)
|