Searched refs:getActualNormalizedValueType (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DItemPSVI.java122 public short getActualNormalizedValueType() method in interface:ItemPSVI
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIAttrNSImpl.java213 this.fActualValueType = attr.getActualNormalizedValueType();
228 * @see com.sun.org.apache.xerces.internal.xs.ItemPSVI#getActualNormalizedValueType()
230 public short getActualNormalizedValueType() { method in class:PSVIAttrNSImpl
H A DPSVIElementNSImpl.java256 this.fActualValueType = elem.getActualNormalizedValueType();
271 * @see com.sun.org.apache.xerces.internal.xs.ItemPSVI#getActualNormalizedValueType()
273 public short getActualNormalizedValueType() { method in class:PSVIElementNSImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DAttributePSVImpl.java192 * @see com.sun.org.apache.xerces.internal.xs.ItemPSVI#getActualNormalizedValueType()
194 public short getActualNormalizedValueType() { method in class:AttributePSVImpl
H A DElementPSVImpl.java244 * @see com.sun.org.apache.xerces.internal.xs.ItemPSVI#getActualNormalizedValueType()
246 public short getActualNormalizedValueType() { method in class:ElementPSVImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DXPathMatcher.java334 matched(fMatchedString, attrPSVI.getActualNormalizedValueType(), attrPSVI.getItemValueTypes(), false);

Completed in 293 milliseconds