Lines Matching defs:to

14  * Unless required by applicable law or agreed to in writing, software
348 public static String translateF(String value, String from, String to) {
349 final int tol = to.length();
360 result.append(to.charAt(j));
416 * utility function for calls to local-name().
428 * to this method. This method will generate a runtime errors. A good
430 * constructs, and never really tries to call it if it doesn't exist.
431 * But simple stylesheets may result in a call to this method.
432 * The compiler should generate a warning if it encounters a call to
440 * Utility function to throw a runtime error on the use of an extension
441 * function when the secure processing feature is set to true.
448 * Utility function to throw a runtime error on the use of an extension
449 * element when the secure processing feature is set to true.
456 * Utility function to throw a runtime error for an unsupported element.
736 // If node-boolean comparison -> convert node to boolean
859 * Utility function: used to test context node's language
886 * Utility function: used in StringType to convert a string to a real.
898 * Utility function: used in StringType to convert a string to an int.
920 // the max to Integer.MAX_VALUE may cause problems with some JDK's.
926 // This formatter is used to convert numbers according to the XPath
937 * Utility function: used in RealType to convert a real to a string.
958 // Use the XPath formatter to ignore locales
967 * Utility function: used in RealType to convert a real to an integer
974 * Utility function: used to format/adjust a double to a string. The
1002 * Utility function: used to convert references to node-sets. If the
1022 * Utility function: used to convert reference to org.w3c.dom.NodeList.
1042 * Utility function: used to convert reference to org.w3c.dom.Node.
1062 * Utility function: used to convert reference to long.
1076 * Utility function: used to convert reference to double.
1090 * Utility function: used to convert reference to boolean.
1104 * Utility function: used to convert reference to String.
1127 * Utility function used to convert a w3c Node into an internal DOM iterator.
1133 // Create a dummy NodeList which only contains the given node to make
1191 * Utility function used to convert a w3c NodeList into a internal
1201 // so some way to wrap the original nodes inside a DTMAxisIterator
1247 // list. That way, it is easier to detect resp. avoid
1274 // how to deal with.
1276 "Don't know how to convert node type "
1351 * Utility function used to convert references to DOMs.
1365 * Utility function: used with nth position filters to convert a sequence
1366 * of nodes to just one single node (the one at position n).
1411 * Utility function to check if xsl:attribute has a valid qname
1443 * Utility function to check if a name is a valid ncname
1453 * Utility function to check if a name is a valid qname
1483 handler.flushPending(); // need to flush or else can't get namespacemappings
1497 // Need to generate a prefix?
1644 * Utility method to allow setting parameters of the form
1646 * which get mapped to an instance variable in the class
1650 * and thus get mapped to legal java variable names