|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XanotRule | |
---|---|
org.xanot | Contains all core class that buildup the Xanot parser. |
org.xanot.structure | Containing all real class rules. |
Uses of XanotRule in org.xanot |
---|
Methods in org.xanot that return types with arguments of type XanotRule | |
---|---|
java.util.List<XanotRule> |
AnnotationRuleBuilder.getRules(java.lang.String path)
Get List of XanotRule with specified path. |
java.util.List<XanotRule> |
RuleBuilder.getRules(java.lang.String path)
Get List of XanotRule with specified path. |
java.util.List<XanotRule> |
AnnotationRuleBuilder.getRules(java.lang.String[] paths)
Get List of XanotRule that have a path similar to an array
of paths. |
java.util.List<XanotRule> |
RuleBuilder.getRules(java.lang.String[] paths)
Get List of XanotRule that have a path similar to an array
of paths. |
Uses of XanotRule in org.xanot.structure |
---|
Subclasses of XanotRule in org.xanot.structure | |
---|---|
class |
AttributeSetRule
Attribute setter rule. |
class |
CloseCollectionInstanceRule
Collection adding rule. |
class |
CloseInstanceRule
Close instance rule. |
class |
CreateInstanceRule
Create instance rule. |
class |
ParentReferenceRule
This rule defines that the current instance of object should contains reference to parent. |
class |
PropertyCollectionSetRule
Propert Collection Setter rule. |
class |
PropertySetRule
Propert Setter rule. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |