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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToStream.java2596 * @param URI_and_localName String of the form "{uri}local" or "local"
2600 private void addCdataSectionElement(String URI_and_localName, Vector v) argument
2604 new StringTokenizer(URI_and_localName, "{}", false);

Completed in 51 milliseconds