Fields Summary |
---|
int | CHILD_POLICY_EMPTYThe CHILD_POLICY_EMPTY. |
int | CHILD_POLICY_ALLThe CHILD_POLICY_ALL. |
int | CHILD_POLICY_SOMEThe CHILD_POLICY_SOME. |
int | CHILD_POLICY_CHOICEThe CHILD_POLICY_CHOICE. |
int | CHILD_POLICY_SEQUENCEThe CHILD_POLICY_SEQUENCE. |
int | CHILD_POLICY_REPEATThe CHILD_POLICY_REPEAT. |
int | CHILD_POLICY_MAXThe maximum value for the child policy. |
int | DATATYPE_STRINGThe DATATYPE_STRING. |
int | DATATYPE_BOOLEANThe DATATYPE_BOOLEAN. |
int | DATATYPE_INTEGERThe DATATYPE_INTEGER. |
int | DATATYPE_FLOATThe DATATYPE_FLOAT. |
int | DATATYPE_DOUBLEThe DATATYPE_DOUBLE. |
int | VALUE_NONEThe VALUE_NONE. |
int | VALUE_ARBITRARYThe VALUE_ARBITRARY. |
int | VALUE_RANGEThe VALUE_RANGE. |
int | VALUE_RANGE_MIN_INCLUSIVE_MASKThe VALUE_RANGE_MIN_INCLUSIVE_MASK. |
int | VALUE_RANGE_MAX_INCLUSIVE_MASKThe VALUE_RANGE_MAX_INCLUSIVE_MASK. |
int | VALUE_ENUMERATIONThe VALUE_ENUMERATION. |
int | VALUE_LISTThe VALUE_LIST. |
int | VALUE_RANGE_MIN_INCLUSIVEThe VALUE_RANGE_MIN_INCLUSIVE. |
int | VALUE_RANGE_MAX_INCLUSIVEThe VALUE_RANGE_MAX_INCLUSIVE. |
int | VALUE_RANGE_MIN_MAX_INCLUSIVEThe VALUE_RANGE_MIN_MAX_INCLUSIVE. |
Methods Summary |
---|
public boolean | canNodeAppear(java.lang.String elementName, javax.imageio.ImageTypeSpecifier imageType)Tells whether the specified element is allowed for the specified image
type.
|
public int | getAttributeDataType(java.lang.String elementName, java.lang.String attrName)Gets data type of the specified attribute of the specified element.
|
public java.lang.String | getAttributeDefaultValue(java.lang.String elementName, java.lang.String attrName)Gets the default value of the specified attribute of the specified
element.
|
public java.lang.String | getAttributeDescription(java.lang.String elementName, java.lang.String attrName, java.util.Locale locale)Gets the user-friendly description of the attribute.
|
public java.lang.String[] | getAttributeEnumerations(java.lang.String elementName, java.lang.String attrName)Gets the attribute enumerations.
|
public int | getAttributeListMaxLength(java.lang.String elementName, java.lang.String attrName)Gets the maximum length of the attribute list.
|
public int | getAttributeListMinLength(java.lang.String elementName, java.lang.String attrName)Gets the minimum length of the attribute list.
|
public java.lang.String | getAttributeMaxValue(java.lang.String elementName, java.lang.String attrName)Gets the maximum value allowed for the attribute.
|
public java.lang.String | getAttributeMinValue(java.lang.String elementName, java.lang.String attrName)Gets the minimum value allowed for the attribute.
|
public java.lang.String[] | getAttributeNames(java.lang.String elementName)Gets the attribute names allowed for the specified element.
|
public int | getAttributeValueType(java.lang.String elementName, java.lang.String attrName)Gets the attribute value type.
|
public java.lang.String[] | getChildNames(java.lang.String elementName)Gets the names of the possible child elements for the given element.
|
public int | getChildPolicy(java.lang.String elementName)Gets the constant describing the element's child policy.
|
public java.lang.String | getElementDescription(java.lang.String elementName, java.util.Locale locale)Gets the user-friendly description of the element.
|
public int | getElementMaxChildren(java.lang.String elementName)Gets the maximum number of children allowed for the element.
|
public int | getElementMinChildren(java.lang.String elementName)Gets the minimum number of children allowed for the element.
|
public int | getObjectArrayMaxLength(java.lang.String elementName)Gets the maximum object array length allowed for the element.
|
public int | getObjectArrayMinLength(java.lang.String elementName)Gets the minimum object array length allowed for the element.
|
public java.lang.Class | getObjectClass(java.lang.String elementName)Gets the object class corresponding to the specified element.
|
public java.lang.Object | getObjectDefaultValue(java.lang.String elementName)Gets the object default value for the element.
|
public java.lang.Object[] | getObjectEnumerations(java.lang.String elementName)Gets the object enumerations.
|
public java.lang.Comparable | getObjectMaxValue(java.lang.String elementName)Gets the maximum value allowed for the element's object.
|
public java.lang.Comparable | getObjectMinValue(java.lang.String elementName)Gets the minimum value allowed for the element's object.
|
public int | getObjectValueType(java.lang.String elementName)Gets the constant that indicates the type of the element's value.
|
public java.lang.String | getRootName()Gets the name of the root element.
|
public boolean | isAttributeRequired(java.lang.String elementName, java.lang.String attrName)Checks whether the specified attribute is required for the specified
element.
|