All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.java.swing.tree.DefaultMutableTreeNode
|
+----xg.xg_Node
|
+----xg.xg_Element
|
+----xs.xs_PatternElement
|
+----xs.xs_ElementElement
|
+----xs.xs_TargetElementElement
Verify that this node is correct (ie.
public static final String RegisteredName
public xs_TargetElementElement()
public xs_TargetElementElement(String InputNodeName)
public void verify() throws xg_VerificationException
Verify that this node is correct (ie. internally correct and/or consistent with other nodes - such as its parent). The node is OK iff it has no more than one child which is an instance of xs_TargetElementElement.
public boolean isMatch(xg_Element InputSourceElement) throws xs_StyleException
All Packages Class Hierarchy This Package Previous Next Index