|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
$Id: OzoneBranch.java,v 1.1 2003/07/07 10:30:29 per_nyfelt Exp $
Field Summary |
Fields inherited from interface org.dom4j.Node |
ANY_NODE, ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, MAX_NODE_TYPE, NAMESPACE_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, UNKNOWN_NODE |
Method Summary | |
void |
addNode(int index,
Node node)
|
void |
addNode(Node node)
|
void |
childAdded(Node node)
Called when a new child node has been added to me to allow any parent relationships to be created or events to be fired. |
void |
childRemoved(Node node)
Called when a child node has been removed to allow any parent relationships to be deleted or events to be fired. |
java.util.List |
contentList()
|
void |
contentRemoved()
Called when the given List content has been removed so each node should have its parent and document relationships cleared |
java.util.List |
createContentList()
A Factory Method pattern which creates a List implementation used to store content |
java.util.List |
createContentList(int size)
A Factory Method pattern which creates a List implementation used to store content |
java.util.List |
createEmptyList()
A Factory Method pattern which creates an empty a BackedList implementation |
BackedList |
createResultList()
A Factory Method pattern which creates a BackedList implementation used to store results of a filtered content query. |
java.util.List |
createSingleResultList(java.lang.Object result)
A Factory Method pattern which creates a BackedList implementation which contains a single result |
java.lang.String |
elementID(Element element)
|
java.lang.String |
getContentAsStringValue(java.lang.Object content)
|
java.lang.String |
getContentAsText(java.lang.Object content)
|
java.lang.String |
getTextTrim()
|
void |
invalidNodeTypeAddException(Node node)
Called when an invalid node has been added. |
boolean |
removeNode(Node node)
|
Methods inherited from interface org.dom4j.Branch |
add, add, add, add, addElement, addElement, addElement, appendContent, clearContent, content, elementByID, indexOf, node, nodeCount, nodeIterator, normalize, processingInstruction, processingInstructions, processingInstructions, remove, remove, remove, remove, removeProcessingInstruction, setContent, setProcessingInstructions |
Methods inherited from interface org.dom4j.Node |
accept, asXML, asXPathResult, clone, createXPath, detach, getDocument, getName, getNodeType, getNodeTypeName, getParent, getPath, getPath, getStringValue, getText, getUniquePath, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setDocument, setName, setParent, setText, supportsParent, valueOf, write |
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
Method Detail |
public java.lang.String getContentAsText(java.lang.Object content)
public java.lang.String getContentAsStringValue(java.lang.Object content)
public java.lang.String getTextTrim()
public java.lang.String elementID(Element element)
Element
public java.util.List contentList()
public java.util.List createContentList()
public java.util.List createContentList(int size)
public BackedList createResultList()
public java.util.List createSingleResultList(java.lang.Object result)
public java.util.List createEmptyList()
public void addNode(Node node)
public void addNode(int index, Node node)
public boolean removeNode(Node node)
public void childAdded(Node node)
public void childRemoved(Node node)
public void contentRemoved()
public void invalidNodeTypeAddException(Node node)
IllegalAddException
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |