Searched refs:otherValue (Results 1 - 4 of 4) 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...]
H A DDTDGrammar.java1488 contentSpec.otherValue = fContentSpecOtherValue[chunk][index];
1536 if (contentSpec.value == null && contentSpec.otherValue == null) {
1573 if (contentSpec.value == null && contentSpec.otherValue == null) {
1576 else if (contentSpec.otherValue != null) {
1577 str.append("##any:uri=").append(contentSpec.otherValue);
1607 if (contentSpec.value == null && contentSpec.otherValue == null) {
1610 else if (contentSpec.otherValue != null) {
1611 str.append("##any:uri=").append(contentSpec.otherValue);
1642 if (contentSpec.otherValue != null) {
1644 str.append(contentSpec.otherValue);
[all...]
H A DXMLDTDProcessor.java1739 final int rightNode = ((int[])contentSpec.otherValue)[0];
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXSNamedMapImpl.java283 Object otherValue = e.getValue();
285 (value == null ? otherValue == null : value.equals(otherValue));

Completed in 33 milliseconds