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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DItemPSVI.java95 public String getSchemaNormalizedValue(); method in interface:ItemPSVI
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DAttributePSVImpl.java100 public String getSchemaNormalizedValue() { method in class:AttributePSVImpl
H A DElementPSVImpl.java121 public String getSchemaNormalizedValue() { method in class:ElementPSVImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIAttrNSImpl.java118 public String getSchemaNormalizedValue() { method in class:PSVIAttrNSImpl
211 this.fNormalizedValue = attr.getSchemaNormalizedValue();
H A DPSVIElementNSImpl.java130 public String getSchemaNormalizedValue() { method in class:PSVIElementNSImpl
254 this.fNormalizedValue = elem.getSchemaNormalizedValue();

Completed in 39 milliseconds