Searched refs:URI_and_localNames (Results 1 – 4 of 4) sorted by relevance
125 public void setCdataSectionElements(Vector URI_and_localNames); in setCdataSectionElements() argument
2809 public void setCdataSectionElements(Vector URI_and_localNames) in setCdataSectionElements() argument2812 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() argument3594 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()
237 public void setCdataSectionElements(Vector URI_and_localNames) in setCdataSectionElements() argument
1167 public void setCdataSectionElements(Vector URI_and_localNames) in setCdataSectionElements() argument1169 m_handler.setCdataSectionElements(URI_and_localNames); in setCdataSectionElements()