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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DAttributePSVImpl.java53 protected String fNormalizedValue = null; field in class:AttributePSVImpl
101 return fNormalizedValue;
209 fNormalizedValue = null;
H A DElementPSVImpl.java65 protected String fNormalizedValue = null; field in class:ElementPSVImpl
122 return fNormalizedValue;
271 fNormalizedValue = null;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIAttrNSImpl.java71 protected String fNormalizedValue = null; field in class:PSVIAttrNSImpl
119 return fNormalizedValue;
211 this.fNormalizedValue = attr.getSchemaNormalizedValue();
H A DPSVIElementNSImpl.java77 protected String fNormalizedValue = null; field in class:PSVIElementNSImpl
131 return fNormalizedValue;
254 this.fNormalizedValue = elem.getSchemaNormalizedValue();
H A DDOMNormalizer.java159 final XMLString fNormalizedValue = new XMLString(new char[16], 0, 0); field in class:DOMNormalizer
1422 if (fNormalizedValue.ch.length < end) {
1423 fNormalizedValue.ch = new char[end];
1425 fNormalizedValue.length = 0;
1430 fNormalizedValue.ch[fNormalizedValue.length++] = ' ';
1435 fNormalizedValue.ch[fNormalizedValue.length++] = ' ';
1440 fNormalizedValue.ch[fNormalizedValue
[all...]

Completed in 44 milliseconds