org.netbeans.modules.xml.xpath.ext.schema |
|
Java Source File Name | Type | Comment |
AbstractSchemaSearchVisitor.java | Class | This schema visitor is inteneded to look for a children elements or attributes
It looks only children at the next lavel. |
CheckTypeDerivationVisitor.java | Class | This schema visitor is inteneded to check if one type is derived from another. |
FindAllChildrenSchemaVisitor.java | Class | This schema visitor is inteneded to look for a children elements or attributes
It looks only children at the next lavel. |
FindChildrenSchemaVisitor.java | Class | This schema visitor is inteneded to look for a children elements or attributes
It looks only children at the next lavel. |
ToRelativePathConverter.java | Class | Implements the XPathVisitor interface to generate a string representation
of an expression. |