Home
last modified time | relevance | path

Searched refs:isLegalPropertyKey (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java601 if (!isLegalPropertyKey(key)) in copyFrom()
646 public static boolean isLegalPropertyKey(String key) in isLegalPropertyKey() method in OutputProperties
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerIdentityImpl.java739 if (!OutputProperties.isLegalPropertyKey(name)) in setOutputProperty()
772 if (!OutputProperties.isLegalPropertyKey(name)) in getOutputProperty()
DTransformerImpl.java731 if (!OutputProperties.isLegalPropertyKey(qnameString)) in getOutputProperty()
762 if (!OutputProperties.isLegalPropertyKey(qnameString)) in getOutputPropertyNoDefault()
844 if (!OutputProperties.isLegalPropertyKey(name)) in setOutputProperty()