|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.dom.NodeImpl | +--org.apache.xerces.dom.ChildNode | +--org.apache.xerces.dom.ParentNode | +--org.apache.xerces.dom.CoreDocumentImpl | +--org.apache.xerces.dom.DocumentImpl | +--org.apache.wml.dom.WMLDocumentImpl
Fields inherited from class org.apache.xerces.dom.DocumentImpl |
eventListeners,
iterators,
mutationEvents,
ranges,
userData |
Fields inherited from class org.apache.xerces.dom.CoreDocumentImpl |
allowGrammarAccess,
changes,
docElement,
docType,
encoding,
errorChecking,
identifiers,
kidOK,
standalone,
version |
Fields inherited from class org.apache.xerces.dom.ParentNode |
fCachedChild,
fCachedChildIndex,
fCachedLength,
firstChild,
ownerDocument |
Fields inherited from class org.apache.xerces.dom.ChildNode |
nextSibling,
previousSibling |
Fields inherited from class org.apache.xerces.dom.NodeImpl |
ELEMENT_DEFINITION_NODE,
FIRSTCHILD,
flags,
HASSTRING,
IGNORABLEWS,
OWNED,
ownerNode,
READONLY,
SPECIFIED,
SYNCCHILDREN,
SYNCDATA,
UNNORMALIZED |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE,
CDATA_SECTION_NODE,
COMMENT_NODE,
DOCUMENT_FRAGMENT_NODE,
DOCUMENT_NODE,
DOCUMENT_TYPE_NODE,
ELEMENT_NODE,
ENTITY_NODE,
ENTITY_REFERENCE_NODE,
NOTATION_NODE,
PROCESSING_INSTRUCTION_NODE,
TEXT_NODE |
Constructor Summary | |
WMLDocumentImpl(DocumentType doctype)
|
Method Summary | |
Element |
createElement(java.lang.String tagName)
Creates an element of the type specified. |
Methods inherited from class org.apache.xerces.dom.DocumentImpl |
addEventListener,
cloneNode,
createEvent,
createNodeIterator,
createNodeIterator,
createRange,
createTreeWalker,
createTreeWalker,
dispatchAggregateEvents,
dispatchAggregateEvents,
dispatchEvent,
dispatchEventToSubtree,
getEventListeners,
getImplementation,
getUserData,
removeEventListener,
saveEnclosingAttr,
setEventListeners,
setUserData |
Methods inherited from class org.apache.xerces.dom.ParentNode |
getChildNodes,
getChildNodesUnoptimized,
getFirstChild,
getLastChild,
getLength,
hasChildNodes,
item,
normalize,
setReadOnly,
synchronizeChildren |
Methods inherited from class org.apache.xerces.dom.ChildNode |
getNextSibling,
getParentNode,
getPreviousSibling |
Methods inherited from class org.apache.xerces.dom.NodeImpl |
addEventListener,
appendChild,
dispatchEvent,
getAttributes,
getLocalName,
getNamespaceURI,
getNodeValue,
getPrefix,
getReadOnly,
getUserData,
hasAttributes,
isSupported,
removeEventListener,
setNodeValue,
setPrefix,
setUserData,
synchronizeData,
toString |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public WMLDocumentImpl(DocumentType doctype)
Method Detail |
public Element createElement(java.lang.String tagName) throws DOMException
Element
interface, so attributes
can be specified directly on the returned object.
Attr
nodes representing them are automatically created
and attached to the element.
createElementNS
method.tagNameThe
- name of the element type to instantiate. For XML,
this is case-sensitive. For HTML, the tagName
parameter may be provided in any case, but it must be mapped to the
canonical uppercase form by the DOM implementation.Element
object with the
nodeName
attribute set to tagName
, and
localName
, prefix
, and
namespaceURI
set to null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |