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()
720 public String getOutputProperty(String qnameString) in getOutputProperty() argument727 value = props.getProperty(qnameString); in getOutputProperty()731 if (!OutputProperties.isLegalPropertyKey(qnameString)) in getOutputProperty()732 …age(XSLTErrorResources.ER_OUTPUT_PROPERTY_NOT_RECOGNIZED, new Object[]{qnameString})); //"output p… in getOutputProperty()751 public String getOutputPropertyNoDefault(String qnameString) in getOutputPropertyNoDefault() argument758 value = (String) props.getProperties().get(qnameString); in getOutputPropertyNoDefault()762 if (!OutputProperties.isLegalPropertyKey(qnameString)) in getOutputPropertyNoDefault()763 …age(XSLTErrorResources.ER_OUTPUT_PROPERTY_NOT_RECOGNIZED, new Object[]{qnameString})); //"output p… in getOutputPropertyNoDefault()