Searched refs:qnameString (Results 1 – 2 of 2) sorted by relevance
131 private static String getOutputPropertyNoDefault(String qnameString, Properties props) in getOutputPropertyNoDefault() argument134 String value = (String)props.get(qnameString); in getOutputPropertyNoDefault()
718 public String getOutputProperty(String qnameString) in getOutputProperty() argument725 value = props.getProperty(qnameString); in getOutputProperty()729 if (!OutputProperties.isLegalPropertyKey(qnameString)) in getOutputProperty()730 …age(XSLTErrorResources.ER_OUTPUT_PROPERTY_NOT_RECOGNIZED, new Object[]{qnameString})); //"output p… in getOutputProperty()749 public String getOutputPropertyNoDefault(String qnameString) in getOutputPropertyNoDefault() argument756 value = (String) props.getProperties().get(qnameString); in getOutputPropertyNoDefault()760 if (!OutputProperties.isLegalPropertyKey(qnameString)) in getOutputPropertyNoDefault()761 …age(XSLTErrorResources.ER_OUTPUT_PROPERTY_NOT_RECOGNIZED, new Object[]{qnameString})); //"output p… in getOutputPropertyNoDefault()