Searched refs:EMPTY_STR (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DXMLStringFactoryDefault.java31 private static final XMLStringDefault EMPTY_STR = new XMLStringDefault(""); field in class:XMLStringFactoryDefault
83 return EMPTY_STR;
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DStringValueHandler.java37 private static final String EMPTY_STR = ""; field in class:StringValueHandler
63 return (result != null) ? result : EMPTY_STR;
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltDatetime.java61 static final String EMPTY_STR = ""; field in class:ExsltDatetime
143 return EMPTY_STR;
148 if (date == null) return EMPTY_STR;
154 return EMPTY_STR;
200 return EMPTY_STR;
205 if (date == null) return EMPTY_STR;
648 return EMPTY_STR;
691 return EMPTY_STR;
731 return EMPTY_STR;
771 return EMPTY_STR;
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSimpleResultTreeImpl.java245 private static final String EMPTY_STR = ""; field in class:SimpleResultTreeImpl
383 return EMPTY_STR;
388 return EMPTY_STR;
393 return EMPTY_STR;
430 return EMPTY_STR;
807 return EMPTY_STR;
812 return EMPTY_STR;
817 return EMPTY_STR;
827 return EMPTY_STR;
865 return EMPTY_STR;
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java1790 private static final String EMPTY_STR = ""; field in class:SAX2DTM2
2828 return EMPTY_STR;
2876 return EMPTY_STR;
2879 return EMPTY_STR;
2915 if (child == DTM.NULL) return EMPTY_STR;
3146 handler.namespaceAfterStartElement(EMPTY_STR, uri);

Completed in 180 milliseconds