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(DocumentImpl ownerDocument,
String text,
OMDOMFactory 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) |
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) |
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 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) |
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) |