@Deprecated public interface IComparisonCompositeNode extends IComparisonNode, com.aspose.ms.System.Collections.IEnumerable
The CompositeNode interface.
Modifier and Type | Method and Description |
---|---|
void |
appendChild(IComparisonNode node)
Deprecated.
Append child.
|
IComparisonNode[] |
getChildNodes(int nodeType,
boolean isDeep)
Deprecated.
Returns a live collection of child nodes that match the specified type.
|
int |
getCount()
Deprecated.
Gets count.
|
void |
insertBefore(IComparisonNode newNode,
IComparisonNode refNode)
Deprecated.
Insert before.
|
getComparisonNodeType, getStyleChanged, getText, getType, setStyleChanged, setType
int getCount()
IComparisonNode[] getChildNodes(int nodeType, boolean isDeep) throws Exception
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
void appendChild(IComparisonNode node) throws Exception
node
- the nodeException
void insertBefore(IComparisonNode newNode, IComparisonNode refNode)
newNode
- the new noderefNode
- the ref nodeCopyright © 2018. All rights reserved.