@Deprecated public class ComparisonCompositeNode extends ComparisonNode implements IComparisonCompositeNode
Class ComparisonCompositeNode.
Modifier and Type | Method and Description |
---|---|
void |
appendChild(IComparisonNode node)
Deprecated.
Appends the child.
|
IComparisonNode[] |
getChildNodes(int nodeType,
boolean isDeep)
Deprecated.
Returns a live collection of child nodes that match the specified type.
|
int |
getCount()
Deprecated.
Gets the number of immediate children of this node.
|
com.aspose.ms.System.Collections.IEnumerator |
getEnumerator()
Deprecated.
Returns an enumerator that iterates through a collection.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNode> |
getEnumeratorInternal()
Deprecated.
|
void |
insertBefore(IComparisonNode newNode,
IComparisonNode refNode)
Deprecated.
Inserts the before.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Deprecated.
|
getAsposeObject, getAuthor, getAuthors, getComparisonNodeType, getContent, getNodePosition, getStyleChanged, getText, getType, setAuthor, setAuthors, setContent, setNodePosition, setStyleChanged, setType, updateContent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getComparisonNodeType, getStyleChanged, getText, getType, setStyleChanged, setType
public com.aspose.ms.System.Collections.Generic.List<ComparisonNode> getEnumeratorInternal() throws Exception
Exception
public com.aspose.ms.System.Collections.IEnumerator getEnumerator() throws Exception
///
Exception
public int getCount()
///
getCount
in interface IComparisonCompositeNode
public IComparisonNode[] getChildNodes(int nodeType, boolean isDeep) throws Exception
getChildNodes
in interface IComparisonCompositeNode
nodeType
- Specifies the type of nodes to select.isDeep
- True to select from all child nodes recursively. False to select only among
/// immediate children.
/// Exception
public void appendChild(IComparisonNode node) throws Exception
Appends the child.
appendChild
in interface IComparisonCompositeNode
node
- The node.Exception
public void insertBefore(IComparisonNode newNode, IComparisonNode refNode)
Inserts the before.
insertBefore
in interface IComparisonCompositeNode
newNode
- The new node.refNode
- The reference node.Copyright © 2018. All rights reserved.