public class QueryNodeType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static NodeType |
CURRENT |
Constructor and Description |
---|
QueryNodeType() |
Modifier and Type | Method and Description |
---|---|
boolean |
canAddChildNode(java.lang.String string) |
boolean |
canAddChildNode(java.lang.String string,
java.lang.String string1) |
boolean |
canRemoveItem(java.lang.String string) |
boolean |
canRemoveNode(java.lang.String string) |
boolean |
canRemoveProperty(java.lang.String string) |
boolean |
canSetProperty(java.lang.String string,
Value value) |
boolean |
canSetProperty(java.lang.String string,
Value[] values) |
NodeDefinition[] |
getChildNodeDefinitions() |
NodeDefinition[] |
getDeclaredChildNodeDefinitions() |
PropertyDefinition[] |
getDeclaredPropertyDefinitions() |
NodeTypeIterator |
getDeclaredSubtypes() |
java.lang.String[] |
getDeclaredSupertypeNames() |
NodeType[] |
getDeclaredSupertypes() |
java.lang.String |
getName() |
java.lang.String |
getPrimaryItemName() |
PropertyDefinition[] |
getPropertyDefinitions() |
NodeTypeIterator |
getSubtypes() |
NodeType[] |
getSupertypes() |
boolean |
hasOrderableChildNodes() |
boolean |
isAbstract() |
boolean |
isMixin() |
boolean |
isNodeType(java.lang.String nodeTypeName) |
boolean |
isQueryable() |
public NodeType[] getSupertypes()
public NodeType[] getDeclaredSupertypes()
public NodeTypeIterator getSubtypes()
public NodeTypeIterator getDeclaredSubtypes()
public boolean isNodeType(java.lang.String nodeTypeName)
public PropertyDefinition[] getPropertyDefinitions()
public NodeDefinition[] getChildNodeDefinitions()
public boolean canSetProperty(java.lang.String string, Value value)
public boolean canSetProperty(java.lang.String string, Value[] values)
public boolean canAddChildNode(java.lang.String string)
public boolean canAddChildNode(java.lang.String string, java.lang.String string1)
public boolean canRemoveItem(java.lang.String string)
public boolean canRemoveNode(java.lang.String string)
public boolean canRemoveProperty(java.lang.String string)
public java.lang.String getName()
public java.lang.String[] getDeclaredSupertypeNames()
public boolean isAbstract()
public boolean isMixin()
public boolean hasOrderableChildNodes()
public boolean isQueryable()
public java.lang.String getPrimaryItemName()
public PropertyDefinition[] getDeclaredPropertyDefinitions()
public NodeDefinition[] getDeclaredChildNodeDefinitions()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.