HomeSort by relevance Sort by last modified time
    Searched defs:XHTML (Results 1 - 6 of 6) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Method.java 64 * The output method for XHTML documents: <tt>xhtml</tt>.
68 public static final String XHTML = "xhtml";
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlDocument.java 34 * text, toXHTML for printing out XHTML text and toString() which prints out in
65 /** Returns a XHTML string for the current document */
244 /** Converts to XHTML */
251 /** Converts to XHTML */
632 serialize(sb, SerializeType.XHTML);
644 ORIGINAL_HTML, HTML, XHTML
673 } else if (type == SerializeType.XHTML && (isSelfTerminating || getElement().isEmpty())) {
839 * Writes out the attribute in XHTML format (value is always appended,
856 /** Returns the attribute XHTML string */
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlDocument.java 35 * text, toXHTML for printing out XHTML text and toString() which prints out in
66 /** Returns a XHTML string for the current document */
245 /** Converts to XHTML */
252 /** Converts to XHTML */
633 serialize(sb, SerializeType.XHTML);
645 ORIGINAL_HTML, HTML, XHTML
674 } else if (type == SerializeType.XHTML && (isSelfTerminating || getElement().isEmpty())) {
840 * Writes out the attribute in XHTML format (value is always appended,
857 /** Returns the attribute XHTML string */
    [all...]
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 49 milliseconds