Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

X

xmlAppendAttr(String, String, Appendable) - Static method in class com.google.enterprise.connector.spi.XmlUtils
Writes out an attribute for an element.
xmlAppendAttrValue(String, Appendable) - Static method in class com.google.enterprise.connector.spi.XmlUtils
XML encodes an attribute value, escaping some characters as character entities, and dropping invalid control characters.
xmlAppendAttrValuePair(String, String, StringBuffer) - Static method in class com.google.enterprise.connector.spi.XmlUtils
xmlAppendEndTag(String, Appendable) - Static method in class com.google.enterprise.connector.spi.XmlUtils
Wraps an xm tag with '</' and '>'.
xmlAppendStartTag(String, Appendable) - Static method in class com.google.enterprise.connector.spi.XmlUtils
Wraps an xm tag with '<' and '>'.
XmlEncodeAttrValue(String, StringBuffer) - Static method in class com.google.enterprise.connector.spi.XmlUtils
XmlParseUtil - Class in com.google.enterprise.connector.util
Utility functions for parsing XML.
XmlParseUtil.LocalEntityResolver - Class in com.google.enterprise.connector.util
An EntityResolver implementation that resolves entities using a selection of locally stored DTDs.
XmlParseUtil.ThrowingErrorHandler - Class in com.google.enterprise.connector.util
A simple ErrorHandler implementation that always throws the SAXParseException.
XmlUtils - Class in com.google.enterprise.connector.spi
Utility class containing methods used to encode and construct XML for the Connector Manager.
xmlWrapEnd(String) - Static method in class com.google.enterprise.connector.spi.XmlUtils
Wraps an xml tag with '</' and '>'.
xmlWrapStart(String) - Static method in class com.google.enterprise.connector.spi.XmlUtils
Wraps an xm tag with '<' and '>'.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links