Searched defs:otherValue (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLContentSpec.java90 * for the "value" or "otherValue" fields of other content spec nodes.
102 * "otherValue" set to the index of the "foo" leaf node, and a "zero or
107 * leaf node referenced by the "otherValue" field.
147 * <code>otherValue</code> will contain the name of the namespace.
148 * If <code>otherValue</code> is <code>-1</code> then the element
208 public Object otherValue; field in class:XMLContentSpec
220 public XMLContentSpec(short type, Object value, Object otherValue) { argument
221 setValues(type, value, otherValue);
248 otherValue = null;
252 public void setValues(short type, Object value, Object otherValue) { argument
[all...]

Completed in 30 milliseconds