|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.beandocument.BeanBaseNode
net.beandocument.BeanElement
net.beandocument.BeanSimpleTypeElement
Element implementation for a simple type. Simple types are:
Field Summary |
Fields inherited from class net.beandocument.BeanBaseNode |
owner, parent |
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 | |
BeanSimpleTypeElement(BeanDocument owner,
BeanBaseNode parent,
java.lang.String tagName,
java.lang.Object bean)
Constructor for a new simple type bean element |
Method Summary | |
org.w3c.dom.NodeList |
getChildNodes()
Retrieves the child nodes of this element. |
Methods inherited from class net.beandocument.BeanBaseNode |
appendChild, cloneNode, getElementFactory, getNamespaceURI, getNextSibling, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, insertBefore, isSupported, normalize, removeChild, replaceChild, setNextSibling, setPrefix, setPreviousSibling |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getNamespaceURI, getNextSibling, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, insertBefore, isSupported, normalize, removeChild, replaceChild, setPrefix |
Constructor Detail |
public BeanSimpleTypeElement(BeanDocument owner, BeanBaseNode parent, java.lang.String tagName, java.lang.Object bean)
owner
- Owner document of the elementparent
- parent node of this elementtagName
- Name for the tag of this elementbean
- bean which keeps the value of the tagMethod Detail |
public org.w3c.dom.NodeList getChildNodes()
Node.getChildNodes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |