Home
last modified time | relevance | path

Searched refs:URI_and_localNames (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DXSLOutputAttributes.java125 public void setCdataSectionElements(Vector URI_and_localNames); in setCdataSectionElements() argument
DToStream.java2809 public void setCdataSectionElements(Vector URI_and_localNames) in setCdataSectionElements() argument
2812 if (URI_and_localNames != null) in setCdataSectionElements()
2814 final int len = URI_and_localNames.size() - 1; in setCdataSectionElements()
2823 final String uri = (String) URI_and_localNames.elementAt(i); in setCdataSectionElements()
2825 (String) URI_and_localNames.elementAt(i + 1); in setCdataSectionElements()
3592 public void addCdataSectionElements(String URI_and_localNames) in addCdataSectionElements() argument
3594 if (URI_and_localNames != null) in addCdataSectionElements()
3595 initCdataElems(URI_and_localNames); in addCdataSectionElements()
3597 m_StringOfCDATASections = URI_and_localNames; in addCdataSectionElements()
3599 m_StringOfCDATASections += (" " + URI_and_localNames); in addCdataSectionElements()
DToSAXHandler.java237 public void setCdataSectionElements(Vector URI_and_localNames) in setCdataSectionElements() argument
DToUnknownStream.java1167 public void setCdataSectionElements(Vector URI_and_localNames) in setCdataSectionElements() argument
1169 m_handler.setCdataSectionElements(URI_and_localNames); in setCdataSectionElements()