xref: /aosp_15_r20/external/apache-xml/test/tools/jtidy-1.0.3.jar (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)

META-INF/MANIFEST.MF
META-INF/
org/
org/w3c/
org/w3c/tidy/
org/w3c/tidy/ant/
META-INF/maven/
META-INF/maven/com.github.jtidy/
META-INF/maven/com.github.jtidy/jtidy/
org/w3c/tidy/ParserImpl$ParseNoFrames.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseNoFrames extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) boolean seenbody org.w3c.tidy.Node body org.w3c.tidy.Lexer lexer org.w3c.tidy.Node noframes short mode org.w3c.tidy.Node node org.w3c.tidy.TagTable tt }
org/w3c/tidy/AttrCheckImpl$CheckScroll.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckScroll extends java.lang.Object implements org.w3c.tidy.AttrCheck { private static final String[] VALID_VALUES public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval static void <clinit> () }
org/w3c/tidy/EncodingUtils.class
EncodingUtils.java package org.w3c.tidy public final org.w3c.tidy.EncodingUtils extends java.lang.Object { public static final int UNICODE_BOM_BE public static final int UNICODE_BOM public static final int UNICODE_BOM_LE public static final int UNICODE_BOM_UTF8 public static final int FSM_ASCII public static final int FSM_ESC public static final int FSM_ESCD public static final int FSM_ESCDP public static final int FSM_ESCP public static final int FSM_NONASCII public static final int MAX_UTF8_FROM_UCS4 public static final int MAX_UTF16_FROM_UCS4 public static final int LOW_UTF16_SURROGATE public static final int UTF16_SURROGATES_BEGIN public static final int UTF16_LOW_SURROGATE_BEGIN public static final int UTF16_LOW_SURROGATE_END public static final int UTF16_HIGH_SURROGATE_BEGIN public static final int UTF16_HIGH_SURROGATE_END public static final int HIGH_UTF16_SURROGATE private static final int UTF8_BYTE_SWAP_NOT_A_CHAR private static final int UTF8_NOT_A_CHAR private static final int[] WIN2UNICODE private static final int[] MAC2UNICODE private static final int[] SYMBOL2UNICODE private static final org.w3c.tidy.ValidUTF8Sequence[] VALID_UTF8 private static final int NUM_UTF8_SEQUENCES private static final int[] OFFSET_UTF8_SEQUENCES private void <init> () protected static int decodeWin1252 (int) int c protected static int decodeMacRoman (int) int c static int decodeSymbolFont (int) int c static boolean decodeUTF8BytesToChar (int[], int, byte[], org.w3c.tidy.EncodingUtils$GetBytes, int[], int) int[] buftocopy int[] buftocopy int[] tempCount char theByte int tempCount char theByte int lo int hi int[] c int firstByte byte[] successorBytes org.w3c.tidy.EncodingUtils$GetBytes getter int[] count int startInSuccessorBytesArray byte[] buf int ch int n int i int bytes boolean hasError static boolean encodeCharToUTF8Bytes (int, byte[], org.w3c.tidy.EncodingUtils$PutBytes, int[]) int[] tempCount int c byte[] encodebuf org.w3c.tidy.EncodingUtils$PutBytes putter int[] count int bytes byte[] buf boolean hasError static void <clinit> () }
org/w3c/tidy/DOMNodeListByTagNameImpl.class
DOMNodeListByTagNameImpl.java package org.w3c.tidy public org.w3c.tidy.DOMNodeListByTagNameImpl extends java.lang.Object implements org.w3c.dom.NodeList { private org.w3c.tidy.Node first private String tagName private int currIndex private int maxIndex private org.w3c.tidy.Node currNode protected void <init> (org.w3c.tidy.Node, java.lang.String) org.w3c.tidy.Node first String tagName public org.w3c.dom.Node item (int) int index public int getLength () protected void preTraverse (org.w3c.tidy.Node) org.w3c.tidy.Node node }
org/w3c/tidy/ParserImpl$ParseBlock.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseBlock extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Node parent boolean iswhitenode org.w3c.tidy.Lexer lexer org.w3c.tidy.Node element short mode org.w3c.tidy.Node node boolean checkstack int istackbase org.w3c.tidy.TagTable tt }
org/w3c/tidy/DOMCommentImpl.class
DOMCommentImpl.java package org.w3c.tidy public org.w3c.tidy.DOMCommentImpl extends org.w3c.tidy.DOMCharacterDataImpl implements org.w3c.dom.Comment { protected void <init> (org.w3c.tidy.Node) org.w3c.tidy.Node adaptee public java.lang.String getNodeName () public short getNodeType () }
org/w3c/tidy/TidyMessages.properties
org/w3c/tidy/config.txt
org/w3c/tidy/EncodingUtils$GetBytes.class
EncodingUtils.java package org.w3c.tidy abstract org.w3c.tidy.EncodingUtils$GetBytes extends java.lang.Object { public abstract void doGet (int[], int[], boolean) }
org/w3c/tidy/Node.class
Node.java package org.w3c.tidy public org.w3c.tidy.Node extends java.lang.Object { public static final short ROOT_NODE public static final short DOCTYPE_TAG public static final short COMMENT_TAG public static final short PROC_INS_TAG public static final short TEXT_NODE public static final short START_TAG public static final short END_TAG public static final short START_END_TAG public static final short CDATA_TAG public static final short SECTION_TAG public static final short ASP_TAG public static final short JSTE_TAG public static final short PHP_TAG public static final short XML_DECL private static final String[] NODETYPE_STRING protected org.w3c.tidy.Node parent protected org.w3c.tidy.Node prev protected org.w3c.tidy.Node next protected org.w3c.tidy.Node last protected int start protected int end protected byte[] textarray protected short type protected boolean closed protected boolean implicit protected boolean linebreak protected org.w3c.tidy.Dict was protected org.w3c.tidy.Dict tag protected String element protected org.w3c.tidy.AttVal attributes protected org.w3c.tidy.Node content protected org.w3c.dom.Node adapter public void <init> () public void <init> (short, byte[], int, int) short type byte[] textarray int start int end public void <init> (short, byte[], int, int, java.lang.String, org.w3c.tidy.TagTable) short type byte[] textarray int start int end String element org.w3c.tidy.TagTable tt public org.w3c.tidy.AttVal getAttrByName (java.lang.String) String name org.w3c.tidy.AttVal attr public void checkAttributes (org.w3c.tidy.Lexer) org.w3c.tidy.Lexer lexer org.w3c.tidy.AttVal attval public void repairDuplicateAttributes (org.w3c.tidy.Lexer) org.w3c.tidy.AttVal temp int end org.w3c.tidy.AttVal temp org.w3c.tidy.AttVal temp org.w3c.tidy.AttVal temp org.w3c.tidy.AttVal current org.w3c.tidy.Lexer lexer org.w3c.tidy.AttVal attval public void addAttribute (java.lang.String, java.lang.String) org.w3c.tidy.AttVal here String name String value org.w3c.tidy.AttVal av public void removeAttribute (org.w3c.tidy.AttVal) org.w3c.tidy.AttVal next org.w3c.tidy.AttVal attr org.w3c.tidy.AttVal av org.w3c.tidy.AttVal prev public org.w3c.tidy.Node findDocType () org.w3c.tidy.Node node public void discardDocType () org.w3c.tidy.Node node public static org.w3c.tidy.Node discardElement (org.w3c.tidy.Node) org.w3c.tidy.Node element org.w3c.tidy.Node next public void insertNodeAtStart (org.w3c.tidy.Node) org.w3c.tidy.Node node public void insertNodeAtEnd (org.w3c.tidy.Node) org.w3c.tidy.Node node public static void insertNodeAsParent (org.w3c.tidy.Node, org.w3c.tidy.Node) org.w3c.tidy.Node element org.w3c.tidy.Node node public static void insertNodeBeforeElement (org.w3c.tidy.Node, org.w3c.tidy.Node) org.w3c.tidy.Node element org.w3c.tidy.Node node org.w3c.tidy.Node parent public void insertNodeAfterElement (org.w3c.tidy.Node) org.w3c.tidy.Node node org.w3c.tidy.Node parent public static void trimEmptyElement (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Node node org.w3c.tidy.TagTable tt org.w3c.tidy.Lexer lexer org.w3c.tidy.Node element public static void trimTrailingSpace (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node) byte c org.w3c.tidy.Lexer lexer org.w3c.tidy.Node element org.w3c.tidy.Node last org.w3c.tidy.TagTable tt protected static org.w3c.tidy.Node escapeTag (org.w3c.tidy.Lexer, org.w3c.tidy.Node) int i org.w3c.tidy.Lexer lexer org.w3c.tidy.Node element org.w3c.tidy.Node node public boolean isBlank (org.w3c.tidy.Lexer) org.w3c.tidy.Lexer lexer public static void trimInitialSpace (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node) org.w3c.tidy.Node prev org.w3c.tidy.Node node org.w3c.tidy.Lexer lexer org.w3c.tidy.Node element org.w3c.tidy.Node text public static void trimSpaces (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node element org.w3c.tidy.Node text org.w3c.tidy.TagTable tt public boolean isDescendantOf (org.w3c.tidy.Dict) org.w3c.tidy.Dict tag org.w3c.tidy.Node parent public static void insertDocType (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node element org.w3c.tidy.Node doctype org.w3c.tidy.TagTable tt public org.w3c.tidy.Node findBody (org.w3c.tidy.TagTable) org.w3c.tidy.TagTable tt org.w3c.tidy.Node node public boolean isElement () public static void moveBeforeTable (org.w3c.tidy.Node, org.w3c.tidy.Node, org.w3c.tidy.TagTable) org.w3c.tidy.Node row org.w3c.tidy.Node node org.w3c.tidy.TagTable tt org.w3c.tidy.Node table public static void fixEmptyRow (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Node cell org.w3c.tidy.Lexer lexer org.w3c.tidy.Node row public static void coerceNode (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Dict) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.Dict tag org.w3c.tidy.Node tmp public void removeNode () public static boolean insertMisc (org.w3c.tidy.Node, org.w3c.tidy.Node) org.w3c.tidy.Node element org.w3c.tidy.Node node public boolean isNewNode () public boolean hasOneChild () public org.w3c.tidy.Node findHTML (org.w3c.tidy.TagTable) org.w3c.tidy.TagTable tt org.w3c.tidy.Node node public org.w3c.tidy.Node findHEAD (org.w3c.tidy.TagTable) org.w3c.tidy.TagTable tt org.w3c.tidy.Node node public org.w3c.tidy.Node findTITLE (org.w3c.tidy.TagTable) org.w3c.tidy.TagTable tt org.w3c.tidy.Node node public boolean checkNodeIntegrity () org.w3c.tidy.Node child public void addClass (java.lang.String) String classname org.w3c.tidy.AttVal classattr public java.lang.String toString () StringBuilder s org.w3c.tidy.Node n protected org.w3c.dom.Node getAdapter () protected org.w3c.tidy.Node cloneNode (boolean) org.w3c.tidy.Node child org.w3c.tidy.Node newChild boolean deep org.w3c.tidy.Node node protected void setType (short) short newType public boolean isJavaScript () boolean result org.w3c.tidy.AttVal attr public boolean expectsContent () static void <clinit> () }
org/w3c/tidy/ParserImpl$ParseRow.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseRow extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Node parent boolean excludeState org.w3c.tidy.Lexer lexer org.w3c.tidy.Node row short mode org.w3c.tidy.Node node org.w3c.tidy.TagTable tt }
org/w3c/tidy/AttrCheckImpl$CheckFsubmit.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckFsubmit extends java.lang.Object implements org.w3c.tidy.AttrCheck { private static final String[] VALID_VALUES public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval static void <clinit> () }
org/w3c/tidy/TagCheckImpl$CheckHR.class
TagCheckImpl.java package org.w3c.tidy public org.w3c.tidy.TagCheckImpl$CheckHR extends java.lang.Object implements org.w3c.tidy.TagCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal av }
org/w3c/tidy/TidyMessageListener.class
TidyMessageListener.java package org.w3c.tidy public abstract org.w3c.tidy.TidyMessageListener extends java.lang.Object { public abstract void messageReceived (org.w3c.tidy.TidyMessage) }
org/w3c/tidy/AttrCheckImpl$CheckShape.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckShape extends java.lang.Object implements org.w3c.tidy.AttrCheck { private static final String[] VALID_VALUES public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval static void <clinit> () }
org/w3c/tidy/ParserImpl$ParseFrameSet.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseFrameSet extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node frameset short mode org.w3c.tidy.Node node org.w3c.tidy.TagTable tt }
org/w3c/tidy/OutFactory.class
OutFactory.java package org.w3c.tidy public final org.w3c.tidy.OutFactory extends java.lang.Object { private void <init> () public static org.w3c.tidy.Out getOut (org.w3c.tidy.Configuration, java.io.OutputStream) java.io.UnsupportedEncodingException e org.w3c.tidy.Configuration config java.io.OutputStream stream public static org.w3c.tidy.Out getOut (org.w3c.tidy.Configuration, java.io.Writer) org.w3c.tidy.Configuration config java.io.Writer writer }
org/w3c/tidy/EncodingUtils$PutBytes.class
EncodingUtils.java package org.w3c.tidy abstract org.w3c.tidy.EncodingUtils$PutBytes extends java.lang.Object { public abstract void doPut (byte[], int[]) }
org/w3c/tidy/TagCheckImpl$CheckHTML.class
TagCheckImpl.java package org.w3c.tidy public org.w3c.tidy.TagCheckImpl$CheckHTML extends java.lang.Object implements org.w3c.tidy.TagCheck { private static final String XHTML_NAMESPACE public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval org.w3c.tidy.AttVal xmlns }
org/w3c/tidy/DOMElementImpl.class
DOMElementImpl.java package org.w3c.tidy public org.w3c.tidy.DOMElementImpl extends org.w3c.tidy.DOMNodeImpl implements org.w3c.dom.Element { protected void <init> (org.w3c.tidy.Node) org.w3c.tidy.Node adaptee public short getNodeType () public java.lang.String getTagName () public java.lang.String getAttribute (java.lang.String) String name org.w3c.tidy.AttVal att public void setAttribute (java.lang.String, java.lang.String) throws org.w3c.dom.DOMException String name String value org.w3c.tidy.AttVal att public void removeAttribute (java.lang.String) throws org.w3c.dom.DOMException String name org.w3c.tidy.AttVal att org.w3c.tidy.AttVal pre public org.w3c.dom.Attr getAttributeNode (java.lang.String) String name org.w3c.tidy.AttVal att public org.w3c.dom.Attr setAttributeNode (org.w3c.dom.Attr) throws org.w3c.dom.DOMException org.w3c.dom.Attr newAttr org.w3c.tidy.DOMAttrImpl newatt String name org.w3c.dom.Attr result org.w3c.tidy.AttVal att public org.w3c.dom.Attr removeAttributeNode (org.w3c.dom.Attr) throws org.w3c.dom.DOMException org.w3c.dom.Attr oldAttr org.w3c.dom.Attr result org.w3c.tidy.AttVal att org.w3c.tidy.AttVal pre public org.w3c.dom.NodeList getElementsByTagName (java.lang.String) String name public void normalize () public java.lang.String getAttributeNS (java.lang.String, java.lang.String) String namespaceURI String localName public void setAttributeNS (java.lang.String, java.lang.String, java.lang.String) throws org.w3c.dom.DOMException String namespaceURI String qualifiedName String value public void removeAttributeNS (java.lang.String, java.lang.String) throws org.w3c.dom.DOMException String namespaceURI String localName public org.w3c.dom.Attr getAttributeNodeNS (java.lang.String, java.lang.String) String namespaceURI String localName public org.w3c.dom.Attr setAttributeNodeNS (org.w3c.dom.Attr) throws org.w3c.dom.DOMException org.w3c.dom.Attr newAttr public org.w3c.dom.NodeList getElementsByTagNameNS (java.lang.String, java.lang.String) String namespaceURI String localName public boolean hasAttribute (java.lang.String) String name public boolean hasAttributeNS (java.lang.String, java.lang.String) String namespaceURI String localName public org.w3c.dom.TypeInfo getSchemaTypeInfo () public void setIdAttribute (java.lang.String, boolean) throws org.w3c.dom.DOMException String name boolean isId public void setIdAttributeNode (org.w3c.dom.Attr, boolean) throws org.w3c.dom.DOMException org.w3c.dom.Attr idAttr boolean isId public void setIdAttributeNS (java.lang.String, java.lang.String, boolean) throws org.w3c.dom.DOMException String namespaceURI String localName boolean isId }
org/w3c/tidy/AttrCheckImpl$CheckScope.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckScope extends java.lang.Object implements org.w3c.tidy.AttrCheck { private static final String[] VALID_VALUES public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval static void <clinit> () }
org/w3c/tidy/EncodingNameMapper.class
EncodingNameMapper.java package org.w3c.tidy public abstract org.w3c.tidy.EncodingNameMapper extends java.lang.Object { private static java.util.Map encodingNameMap public void <init> () public static java.lang.String toIana (java.lang.String) String encoding String[] values private static java.lang.String handlecommonAlias (java.lang.String) String encoding String key public static java.lang.String toJava (java.lang.String) String encoding String[] values static void <clinit> () }
org/w3c/tidy/TagCheckImpl$CheckAnchor.class
TagCheckImpl.java package org.w3c.tidy public org.w3c.tidy.TagCheckImpl$CheckAnchor extends java.lang.Object implements org.w3c.tidy.TagCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node }
org/w3c/tidy/ParserImpl$ParseEmpty.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseEmpty extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Node node org.w3c.tidy.Lexer lexer org.w3c.tidy.Node element short mode }
org/w3c/tidy/ParserImpl$ParseInline.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseInline extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Node child org.w3c.tidy.Node dd org.w3c.tidy.Node parent org.w3c.tidy.Lexer lexer org.w3c.tidy.Node element short mode org.w3c.tidy.Node node org.w3c.tidy.TagTable tt }
org/w3c/tidy/TidyMessage$Level.class
TidyMessage.java package org.w3c.tidy public final org.w3c.tidy.TidyMessage$Level extends java.lang.Object implements java.lang.Comparable { public static final org.w3c.tidy.TidyMessage$Level SUMMARY public static final org.w3c.tidy.TidyMessage$Level INFO public static final org.w3c.tidy.TidyMessage$Level WARNING public static final org.w3c.tidy.TidyMessage$Level ERROR private short code private void <init> (int) int code public short getCode () public static org.w3c.tidy.TidyMessage$Level fromCode (int) int code public int compareTo (java.lang.Object) Object object public boolean equals (java.lang.Object) Object object public java.lang.String toString () public int hashCode () static void <clinit> () }
org/w3c/tidy/ParserImpl$ParseHTML.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseHTML extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node html short mode org.w3c.tidy.Node node org.w3c.tidy.Node head org.w3c.tidy.Node frameset org.w3c.tidy.Node noframes org.w3c.tidy.TagTable tt }
org/w3c/tidy/ParserImpl$ParseText.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseText extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node field short mode org.w3c.tidy.Node node org.w3c.tidy.TagTable tt }
org/w3c/tidy/ParsePropertyImpl$ParseCSS1Selector.class
ParsePropertyImpl.java package org.w3c.tidy org.w3c.tidy.ParsePropertyImpl$ParseCSS1Selector extends java.lang.Object implements org.w3c.tidy.ParseProperty { void <init> () public java.lang.Object parse (java.lang.String, java.lang.String, org.w3c.tidy.Configuration) String value String option org.w3c.tidy.Configuration configuration java.util.StringTokenizer t String buf public java.lang.String getType () public java.lang.String getOptionValues () public java.lang.String getFriendlyName (java.lang.String, java.lang.Object, org.w3c.tidy.Configuration) String option Object value org.w3c.tidy.Configuration configuration }
org/w3c/tidy/DOMDocumentTypeImpl.class
DOMDocumentTypeImpl.java package org.w3c.tidy public org.w3c.tidy.DOMDocumentTypeImpl extends org.w3c.tidy.DOMNodeImpl implements org.w3c.dom.DocumentType { protected void <init> (org.w3c.tidy.Node) org.w3c.tidy.Node adaptee public short getNodeType () public java.lang.String getNodeName () public java.lang.String getName () String value public org.w3c.dom.NamedNodeMap getEntities () public org.w3c.dom.NamedNodeMap getNotations () public java.lang.String getPublicId () public java.lang.String getSystemId () public java.lang.String getInternalSubset () }
org/w3c/tidy/AttrCheckImpl$CheckValign.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckValign extends java.lang.Object implements org.w3c.tidy.AttrCheck { private static final String[] VALID_VALUES private static final String[] VALID_VALUES_IMG private static final String[] VALID_VALUES_PROPRIETARY public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval String value static void <clinit> () }
org/w3c/tidy/Configuration.class
Configuration.java package org.w3c.tidy public org.w3c.tidy.Configuration extends java.lang.Object implements java.io.Serializable { public static final int RAW public static final int ASCII public static final int LATIN1 public static final int UTF8 public static final int ISO2022 public static final int MACROMAN public static final int UTF16LE public static final int UTF16BE public static final int UTF16 public static final int WIN1252 public static final int BIG5 public static final int SHIFTJIS private final String[] ENCODING_NAMES public static final int DOCTYPE_OMIT public static final int DOCTYPE_AUTO public static final int DOCTYPE_STRICT public static final int DOCTYPE_LOOSE public static final int DOCTYPE_USER public static final int KEEP_LAST public static final int KEEP_FIRST private static final java.util.Map OPTIONS private static final long serialVersionUID protected int spaces protected int wraplen protected int tabsize protected int docTypeMode protected int duplicateAttrs protected String altText protected String slidestyle protected String language protected String docTypeStr protected String errfile protected boolean writeback protected boolean onlyErrors protected boolean showWarnings protected boolean quiet protected boolean indentContent protected boolean smartIndent protected boolean hideEndTags protected boolean xmlTags protected boolean xmlOut protected boolean xHTML protected boolean htmlOut protected boolean xmlPi protected boolean upperCaseTags protected boolean upperCaseAttrs protected boolean makeClean protected boolean makeBare protected boolean logicalEmphasis protected boolean dropFontTags protected boolean dropProprietaryAttributes protected boolean dropProprietaryTags protected boolean dropEmptyParas protected boolean fixComments protected boolean trimEmpty protected boolean breakBeforeBR protected boolean burstSlides protected boolean numEntities protected boolean quoteMarks protected boolean quoteNbsp protected boolean quoteAmpersand protected boolean wrapAttVals protected boolean wrapScriptlets protected boolean wrapSection protected boolean wrapAsp protected boolean wrapJste protected boolean wrapPhp protected boolean fixBackslash protected boolean indentAttributes protected boolean xmlPIs protected boolean xmlSpace protected boolean encloseBodyText protected boolean encloseBlockText protected boolean keepFileTimes protected boolean word2000 protected boolean tidyMark protected boolean emacs protected boolean literalAttribs protected boolean bodyOnly protected boolean fixUri protected boolean lowerLiterals protected boolean replaceColor protected boolean hideComments protected boolean indentCdata protected boolean forceOutput protected int showErrors protected boolean asciiChars protected boolean joinClasses protected boolean joinStyles protected boolean escapeCdata protected boolean ncr protected String cssPrefix protected String replacementCharEncoding protected org.w3c.tidy.TagTable tt protected org.w3c.tidy.Report report protected int definedTags protected char[] newline private String inCharEncoding private String outCharEncoding protected boolean rawOut private transient java.util.Properties properties protected void <init> (org.w3c.tidy.Report) org.w3c.tidy.Report report private static void addConfigOption (org.w3c.tidy.Configuration$Flag) org.w3c.tidy.Configuration$Flag flag public void addProps (java.util.Properties) String key String value java.util.Properties p java.util.Enumeration propEnum public void parseFile (java.lang.String) java.io.IOException e String filename public static boolean isKnownOption (java.lang.String) String name private void parseProps () Exception e String key org.w3c.tidy.Configuration$Flag flag String stringValue Object value Object o public void adjust () public void printConfigOptions (java.io.Writer, boolean) IllegalArgumentException e1 IllegalAccessException e1 java.lang.reflect.Field field Object actualValue Object value org.w3c.tidy.Configuration$Flag configItem java.util.List values java.io.IOException e java.io.Writer errout boolean showActualConfiguration String pad protected java.lang.String getInCharEncodingName () protected void setInCharEncodingName (java.lang.String) String encoding String javaEncoding protected java.lang.String getOutCharEncodingName () protected void setOutCharEncodingName (java.lang.String) String encoding String javaEncoding protected void setInOutEncodingName (java.lang.String) String encoding protected void setOutCharEncoding (int) int encoding protected void setInCharEncoding (int) int encoding protected java.lang.String convertCharEncoding (int) int code static void <clinit> () }
org/w3c/tidy/ParsePropertyImpl$ParseDocType.class
ParsePropertyImpl.java package org.w3c.tidy org.w3c.tidy.ParsePropertyImpl$ParseDocType extends java.lang.Object implements org.w3c.tidy.ParseProperty { void <init> () public java.lang.Object parse (java.lang.String, java.lang.String, org.w3c.tidy.Configuration) String value String option org.w3c.tidy.Configuration configuration String word java.util.StringTokenizer t public java.lang.String getType () public java.lang.String getOptionValues () public java.lang.String getFriendlyName (java.lang.String, java.lang.Object, org.w3c.tidy.Configuration) String stringValue String stringValue String stringValue String stringValue String stringValue String option Object value org.w3c.tidy.Configuration configuration String stringValue }
org/w3c/tidy/AttrCheckImpl$CheckClear.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckClear extends java.lang.Object implements org.w3c.tidy.AttrCheck { private static final String[] VALID_VALUES public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval static void <clinit> () }
org/w3c/tidy/TagCheck.class
TagCheck.java package org.w3c.tidy public abstract org.w3c.tidy.TagCheck extends java.lang.Object { public abstract void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) }
org/w3c/tidy/DOMAttrMapImpl.class
DOMAttrMapImpl.java package org.w3c.tidy public org.w3c.tidy.DOMAttrMapImpl extends java.lang.Object implements org.w3c.dom.NamedNodeMap { private org.w3c.tidy.AttVal first protected void <init> (org.w3c.tidy.AttVal) org.w3c.tidy.AttVal firstAttVal public org.w3c.dom.Node getNamedItem (java.lang.String) String name org.w3c.tidy.AttVal att public org.w3c.dom.Node item (int) int index int i org.w3c.tidy.AttVal att public int getLength () int len org.w3c.tidy.AttVal att public org.w3c.dom.Node setNamedItem (org.w3c.dom.Node) throws org.w3c.dom.DOMException org.w3c.dom.Node arg public org.w3c.dom.Node removeNamedItem (java.lang.String) throws org.w3c.dom.DOMException String name org.w3c.tidy.AttVal att org.w3c.tidy.AttVal previous public org.w3c.dom.Node getNamedItemNS (java.lang.String, java.lang.String) String namespaceURI String localName public org.w3c.dom.Node setNamedItemNS (org.w3c.dom.Node) throws org.w3c.dom.DOMException org.w3c.dom.Node arg public org.w3c.dom.Node removeNamedItemNS (java.lang.String, java.lang.String) throws org.w3c.dom.DOMException String namespaceURI String localName }
org/w3c/tidy/ParsePropertyImpl$ParseString.class
ParsePropertyImpl.java package org.w3c.tidy org.w3c.tidy.ParsePropertyImpl$ParseString extends java.lang.Object implements org.w3c.tidy.ParseProperty { void <init> () public java.lang.Object parse (java.lang.String, java.lang.String, org.w3c.tidy.Configuration) String value String option org.w3c.tidy.Configuration configuration public java.lang.String getType () public java.lang.String getOptionValues () public java.lang.String getFriendlyName (java.lang.String, java.lang.Object, org.w3c.tidy.Configuration) String option Object value org.w3c.tidy.Configuration configuration }
org/w3c/tidy/Lexer$1.class
Lexer.java package org.w3c.tidy synthetic org.w3c.tidy.Lexer$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$w3c$tidy$HtmlVersion static void <clinit> () }
org/w3c/tidy/TagCheckImpl$CheckMeta.class
TagCheckImpl.java package org.w3c.tidy public org.w3c.tidy.TagCheckImpl$CheckMeta extends java.lang.Object implements org.w3c.tidy.TagCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.AttVal missingAttribute org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal content }
org/w3c/tidy/AttrCheck.class
AttrCheck.java package org.w3c.tidy public abstract org.w3c.tidy.AttrCheck extends java.lang.Object { public abstract void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) }
org/w3c/tidy/TidyBeanInfo.class
TidyBeanInfo.java package org.w3c.tidy public org.w3c.tidy.TidyBeanInfo extends java.beans.SimpleBeanInfo { public void <init> () public java.awt.Image getIcon (int) int kind }
org/w3c/tidy/StyleProp.class
StyleProp.java package org.w3c.tidy public org.w3c.tidy.StyleProp extends java.lang.Object { protected String name protected String value protected org.w3c.tidy.StyleProp next public void <init> (java.lang.String, java.lang.String, org.w3c.tidy.StyleProp) String name String value org.w3c.tidy.StyleProp next }
org/w3c/tidy/Configuration$Flag.class
Configuration.java package org.w3c.tidy org.w3c.tidy.Configuration$Flag extends java.lang.Object implements java.lang.Comparable { private String name private String fieldName private java.lang.reflect.Field location private org.w3c.tidy.ParseProperty parser void <init> (java.lang.String, java.lang.String, org.w3c.tidy.ParseProperty) String name String fieldName org.w3c.tidy.ParseProperty parser public java.lang.reflect.Field getLocation () NoSuchFieldException e SecurityException e public java.lang.String getName () public org.w3c.tidy.ParseProperty getParser () public boolean equals (java.lang.Object) Object obj public int hashCode () public int compareTo (org.w3c.tidy.Configuration$Flag) org.w3c.tidy.Configuration$Flag o public volatile synthetic int compareTo (java.lang.Object) }
org/w3c/tidy/AttrCheckImpl$CheckTextDir.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckTextDir extends java.lang.Object implements org.w3c.tidy.AttrCheck { private static final String[] VALID_VALUES public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval static void <clinit> () }
org/w3c/tidy/ParsePropertyImpl$ParseTagNames.class
ParsePropertyImpl.java package org.w3c.tidy org.w3c.tidy.ParsePropertyImpl$ParseTagNames extends java.lang.Object implements org.w3c.tidy.ParseProperty { void <init> () public java.lang.Object parse (java.lang.String, java.lang.String, org.w3c.tidy.Configuration) String value String option org.w3c.tidy.Configuration configuration short tagType java.util.StringTokenizer t public java.lang.String getType () public java.lang.String getOptionValues () public java.lang.String getFriendlyName (java.lang.String, java.lang.Object, org.w3c.tidy.Configuration) short tagType short tagType short tagType short tagType Object aTagList String option Object value org.w3c.tidy.Configuration configuration short tagType java.util.List tagList StringBuilder buffer }
org/w3c/tidy/TagCheckImpl$CheckForm.class
TagCheckImpl.java package org.w3c.tidy public org.w3c.tidy.TagCheckImpl$CheckForm extends java.lang.Object implements org.w3c.tidy.TagCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.AttVal missingAttribute org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal action }
org/w3c/tidy/DOMNodeListImpl.class
DOMNodeListImpl.java package org.w3c.tidy public org.w3c.tidy.DOMNodeListImpl extends java.lang.Object implements org.w3c.dom.NodeList { private org.w3c.tidy.Node parent protected void <init> (org.w3c.tidy.Node) org.w3c.tidy.Node parent public org.w3c.dom.Node item (int) int index int i org.w3c.tidy.Node node public int getLength () int len org.w3c.tidy.Node node }
org/w3c/tidy/ParsePropertyImpl$ParseNewLine.class
ParsePropertyImpl.java package org.w3c.tidy org.w3c.tidy.ParsePropertyImpl$ParseNewLine extends java.lang.Object implements org.w3c.tidy.ParseProperty { void <init> () public java.lang.Object parse (java.lang.String, java.lang.String, org.w3c.tidy.Configuration) String value String option org.w3c.tidy.Configuration configuration public java.lang.String getType () public java.lang.String getOptionValues () public java.lang.String getFriendlyName (java.lang.String, java.lang.Object, org.w3c.tidy.Configuration) String option Object value org.w3c.tidy.Configuration configuration }
org/w3c/tidy/StreamInJavaImpl.class
StreamInJavaImpl.java package org.w3c.tidy public org.w3c.tidy.StreamInJavaImpl extends java.lang.Object implements org.w3c.tidy.StreamIn { private static final int CHARBUF_SIZE private int[] charbuf private int bufpos private java.io.Reader reader private boolean endOfStream private boolean pushed private int curcol private int lastcol private int curline private int tabsize private int tabs protected void <init> (java.io.InputStream, java.lang.String, int) throws java.io.UnsupportedEncodingException java.io.InputStream stream String encoding int tabsize protected void <init> (java.io.Reader, int) java.io.Reader reader int tabsize public int readCharFromStream () int c java.io.IOException e int c public int readChar () int c int c public void ungetChar (int) int c public boolean isEndOfStream () public int getCurcol () public int getCurline () public void setLexer (org.w3c.tidy.Lexer) org.w3c.tidy.Lexer lexer }
org/w3c/tidy/StreamIn.class
StreamIn.java package org.w3c.tidy public abstract org.w3c.tidy.StreamIn extends java.lang.Object { public static final int END_OF_STREAM public abstract int getCurcol () public abstract int getCurline () public abstract int readCharFromStream () public abstract int readChar () public abstract void ungetChar (int) public abstract boolean isEndOfStream () public abstract void setLexer (org.w3c.tidy.Lexer) }
org/w3c/tidy/ParserImpl$ParseRowGroup.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseRowGroup extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Node parent org.w3c.tidy.Lexer lexer org.w3c.tidy.Node rowgroup short mode org.w3c.tidy.Node node org.w3c.tidy.TagTable tt }
org/w3c/tidy/ParseProperty.class
ParseProperty.java package org.w3c.tidy public abstract org.w3c.tidy.ParseProperty extends java.lang.Object { public abstract java.lang.Object parse (java.lang.String, java.lang.String, org.w3c.tidy.Configuration) public abstract java.lang.String getType () public abstract java.lang.String getOptionValues () public abstract java.lang.String getFriendlyName (java.lang.String, java.lang.Object, org.w3c.tidy.Configuration) }
org/w3c/tidy/TidyMessages_es.properties
org/w3c/tidy/AttrCheckImpl$CheckColor.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckColor extends java.lang.Object implements org.w3c.tidy.AttrCheck { private static final java.util.Map COLORS public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) java.util.Map$Entry color Object o int i int i org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval boolean invalid boolean found String given static void <clinit> () }
org/w3c/tidy/PPrint.class
PPrint.java package org.w3c.tidy public org.w3c.tidy.PPrint extends java.lang.Object { private static final short NORMAL private static final short PREFORMATTED private static final short COMMENT private static final short ATTRIBVALUE private static final short NOWRAP private static final short CDATA private static final String CDATA_START private static final String CDATA_END private static final String JS_COMMENT_START private static final String JS_COMMENT_END private static final String VB_COMMENT_START private static final String VB_COMMENT_END private static final String CSS_COMMENT_START private static final String CSS_COMMENT_END private static final String DEFAULT_COMMENT_START private static final String DEFAULT_COMMENT_END private int[] linebuf private int lbufsize private int linelen private int wraphere private boolean inAttVal private boolean inString private int slide private int count private org.w3c.tidy.Node slidecontent private org.w3c.tidy.Configuration configuration public void <init> (org.w3c.tidy.Configuration) org.w3c.tidy.Configuration configuration int cWrapLen (int) int ind public static int getUTF8 (byte[], int, int[]) byte[] str int start int[] ch int[] n int[] bytes boolean err public static int putUTF8 (byte[], int, int) byte[] buf int start int c int[] count boolean err private void addC (int, int) int[] temp int c int index private int addAsciiString (java.lang.String, int) int[] temp int ix String str int index int len private void wrapLine (org.w3c.tidy.Out, int) int p int q org.w3c.tidy.Out fout int indent int i private void wrapAttrVal (org.w3c.tidy.Out, int, boolean) int p int q org.w3c.tidy.Out fout int indent boolean inString int i public void flushLine (org.w3c.tidy.Out, int, boolean) int i int i org.w3c.tidy.Out fout int indent boolean shouldAddNewLine public void flushLine (org.w3c.tidy.Out, int) org.w3c.tidy.Out fout int indent public void condFlushLine (org.w3c.tidy.Out, int, boolean) int i int i org.w3c.tidy.Out fout int indent boolean shouldAddNewLine public void condFlushLine (org.w3c.tidy.Out, int) org.w3c.tidy.Out fout int indent private void printChar (int, short) String entity int i String entity int i String entity int i String entity String entity int i String entity int c short mode boolean breakable private void printText (org.w3c.tidy.Out, short, int, byte[], int, int) int c org.w3c.tidy.Out fout short mode int indent byte[] textarray int start int end int i int[] ci private void printString (java.lang.String) int i String str private void printAttrValue (org.w3c.tidy.Out, int, java.lang.String, int, boolean) int j String entity int c int i org.w3c.tidy.Out fout int indent String value int delim boolean wrappable int[] ci boolean wasinstring byte[] valueChars short mode private void printAttribute (org.w3c.tidy.Out, int, org.w3c.tidy.Node, org.w3c.tidy.AttVal) int i org.w3c.tidy.Out fout int indent org.w3c.tidy.Node node org.w3c.tidy.AttVal attr String name boolean wrappable private void printAttrs (org.w3c.tidy.Out, int, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Attribute attribute org.w3c.tidy.Out fout int indent org.w3c.tidy.Node node org.w3c.tidy.AttVal attr private static boolean afterSpace (org.w3c.tidy.Node) int c org.w3c.tidy.Node node org.w3c.tidy.Node prev private void printTag (org.w3c.tidy.Lexer, org.w3c.tidy.Out, short, int, org.w3c.tidy.Node) int i org.w3c.tidy.Lexer lexer org.w3c.tidy.Out fout short mode int indent org.w3c.tidy.Node node String p org.w3c.tidy.TagTable tt private boolean hasPreAncestor (org.w3c.tidy.Node) org.w3c.tidy.Node node boolean hasPreParent org.w3c.tidy.Node parent private void printEndTag (short, int, org.w3c.tidy.Node) int i short mode int indent org.w3c.tidy.Node node String p private void printComment (org.w3c.tidy.Out, int, org.w3c.tidy.Node) org.w3c.tidy.Out fout int indent org.w3c.tidy.Node node private void printDocType (org.w3c.tidy.Out, int, org.w3c.tidy.Lexer, org.w3c.tidy.Node) int[] ci org.w3c.tidy.Out fout int indent org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node int i int c short mode boolean q private void printPI (org.w3c.tidy.Out, int, org.w3c.tidy.Node) org.w3c.tidy.Out fout int indent org.w3c.tidy.Node node private void printXmlDecl (org.w3c.tidy.Out, int, org.w3c.tidy.Node) org.w3c.tidy.Out fout int indent org.w3c.tidy.Node node private void printAsp (org.w3c.tidy.Out, int, org.w3c.tidy.Node) org.w3c.tidy.Out fout int indent org.w3c.tidy.Node node int savewraplen private void printJste (org.w3c.tidy.Out, int, org.w3c.tidy.Node) org.w3c.tidy.Out fout int indent org.w3c.tidy.Node node int savewraplen private void printPhp (org.w3c.tidy.Out, int, org.w3c.tidy.Node) org.w3c.tidy.Out fout int indent org.w3c.tidy.Node node int savewraplen private void printCDATA (org.w3c.tidy.Out, int, org.w3c.tidy.Node) org.w3c.tidy.Out fout int indent org.w3c.tidy.Node node int savewraplen private void printSection (org.w3c.tidy.Out, int, org.w3c.tidy.Node) org.w3c.tidy.Out fout int indent org.w3c.tidy.Node node int savewraplen private boolean insideHead (org.w3c.tidy.Node) org.w3c.tidy.Node node private int textEndsWithNewline (org.w3c.tidy.Lexer, org.w3c.tidy.Node) int ch int ix org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node static boolean hasCDATA (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node int len String start int indexOfCData private void printScriptStyle (org.w3c.tidy.Out, short, int, org.w3c.tidy.Lexer, org.w3c.tidy.Node) int savewraplen org.w3c.tidy.AttVal type int ix int savewraplen org.w3c.tidy.Out fout short mode int indent org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.Node content String commentStart String commentEnd boolean hasCData int contentIndent private boolean shouldIndent (org.w3c.tidy.Node) org.w3c.tidy.Node node org.w3c.tidy.TagTable tt void printBody (org.w3c.tidy.Out, org.w3c.tidy.Lexer, org.w3c.tidy.Node, boolean) org.w3c.tidy.Node content org.w3c.tidy.Out fout org.w3c.tidy.Lexer lexer org.w3c.tidy.Node root boolean xml org.w3c.tidy.Node body public void printTree (org.w3c.tidy.Out, short, int, org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Node content org.w3c.tidy.Node content org.w3c.tidy.Node content org.w3c.tidy.Node content org.w3c.tidy.Node content org.w3c.tidy.Node content org.w3c.tidy.Node content org.w3c.tidy.Node last org.w3c.tidy.Out fout short mode int indent org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.TagTable tt public void printXMLTree (org.w3c.tidy.Out, short, int, org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Node content int cindent int cindent org.w3c.tidy.Node content boolean mixed int cindent org.w3c.tidy.Out fout short mode int indent org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.TagTable tt public int countSlides (org.w3c.tidy.Node) org.w3c.tidy.Node node int n org.w3c.tidy.TagTable tt private void printNavBar (org.w3c.tidy.Out, int) String buf String buf org.w3c.tidy.Out fout int indent java.text.NumberFormat numberFormat public void printSlide (org.w3c.tidy.Out, short, int, org.w3c.tidy.Lexer) org.w3c.tidy.Out fout short mode int indent org.w3c.tidy.Lexer lexer org.w3c.tidy.Node content org.w3c.tidy.Node last org.w3c.tidy.TagTable tt java.text.NumberFormat numberFormat String s public void addTransitionEffect (org.w3c.tidy.Lexer, org.w3c.tidy.Node, double) org.w3c.tidy.Node meta org.w3c.tidy.Lexer lexer org.w3c.tidy.Node root double duration org.w3c.tidy.Node head String transition public void createSlides (org.w3c.tidy.Lexer, org.w3c.tidy.Node) java.io.FileOutputStream fis org.w3c.tidy.Out out java.io.IOException e java.io.File slideFile org.w3c.tidy.Lexer lexer org.w3c.tidy.Node root java.io.File slidesDir org.w3c.tidy.Node body java.text.NumberFormat numberFormat private java.io.File createSlidesDir () String path java.io.File d private java.io.File createSlideFile (java.io.File, java.text.NumberFormat) java.io.File parent java.text.NumberFormat frm String fname }
org/w3c/tidy/AttrCheckImpl$CheckId.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckId extends java.lang.Object implements org.w3c.tidy.AttrCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) int j org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval org.w3c.tidy.Node old String p char s }
org/w3c/tidy/AttrCheckImpl$CheckName.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckName extends java.lang.Object implements org.w3c.tidy.AttrCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Node old org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval }
org/w3c/tidy/AttrCheckImpl$CheckLength.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckLength extends java.lang.Object implements org.w3c.tidy.AttrCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) int j org.w3c.tidy.TagTable tt org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval String p }
org/w3c/tidy/Out.class
Out.java package org.w3c.tidy public abstract org.w3c.tidy.Out extends java.lang.Object { public abstract void outc (int) public abstract void outc (byte) public abstract void newline () public abstract void flush () }
org/w3c/tidy/Anchor.class
Anchor.java package org.w3c.tidy public org.w3c.tidy.Anchor extends java.lang.Object { protected String name protected org.w3c.tidy.Anchor next protected org.w3c.tidy.Node node public void <init> () }
org/w3c/tidy/AttrCheckImpl.class
AttrCheckImpl.java package org.w3c.tidy public final org.w3c.tidy.AttrCheckImpl extends java.lang.Object { public static final org.w3c.tidy.AttrCheck URL public static final org.w3c.tidy.AttrCheck SCRIPT public static final org.w3c.tidy.AttrCheck NAME public static final org.w3c.tidy.AttrCheck ID public static final org.w3c.tidy.AttrCheck ALIGN public static final org.w3c.tidy.AttrCheck VALIGN public static final org.w3c.tidy.AttrCheck BOOL public static final org.w3c.tidy.AttrCheck LENGTH public static final org.w3c.tidy.AttrCheck TARGET public static final org.w3c.tidy.AttrCheck FSUBMIT public static final org.w3c.tidy.AttrCheck CLEAR public static final org.w3c.tidy.AttrCheck SHAPE public static final org.w3c.tidy.AttrCheck NUMBER public static final org.w3c.tidy.AttrCheck SCOPE public static final org.w3c.tidy.AttrCheck COLOR public static final org.w3c.tidy.AttrCheck VTYPE public static final org.w3c.tidy.AttrCheck SCROLL public static final org.w3c.tidy.AttrCheck TEXTDIR public static final org.w3c.tidy.AttrCheck LANG public static final org.w3c.tidy.AttrCheck TEXT public static final org.w3c.tidy.AttrCheck CHARSET public static final org.w3c.tidy.AttrCheck TYPE public static final org.w3c.tidy.AttrCheck CHARACTER public static final org.w3c.tidy.AttrCheck URLS public static final org.w3c.tidy.AttrCheck COLS public static final org.w3c.tidy.AttrCheck COORDS public static final org.w3c.tidy.AttrCheck DATE public static final org.w3c.tidy.AttrCheck IDREF public static final org.w3c.tidy.AttrCheck TFRAME public static final org.w3c.tidy.AttrCheck FBORDER public static final org.w3c.tidy.AttrCheck MEDIA public static final org.w3c.tidy.AttrCheck LINKTYPES public static final org.w3c.tidy.AttrCheck TRULES private void <init> () static void <clinit> () }
org/w3c/tidy/AttrCheckImpl$CheckAlign.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckAlign extends java.lang.Object implements org.w3c.tidy.AttrCheck { private static final String[] VALID_VALUES public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval static void <clinit> () }
org/w3c/tidy/ParsePropertyImpl$ParseBoolean.class
ParsePropertyImpl.java package org.w3c.tidy org.w3c.tidy.ParsePropertyImpl$ParseBoolean extends java.lang.Object implements org.w3c.tidy.ParseProperty { void <init> () public java.lang.Object parse (java.lang.String, java.lang.String, org.w3c.tidy.Configuration) char c String value String option org.w3c.tidy.Configuration configuration Boolean b public java.lang.String getType () public java.lang.String getOptionValues () public java.lang.String getFriendlyName (java.lang.String, java.lang.Object, org.w3c.tidy.Configuration) String option Object value org.w3c.tidy.Configuration configuration }
org/w3c/tidy/ParserImpl$ParseList.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseList extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Node parent org.w3c.tidy.Lexer lexer org.w3c.tidy.Node list short mode org.w3c.tidy.Node node org.w3c.tidy.TagTable tt }
org/w3c/tidy/Clean.class
Clean.java package org.w3c.tidy public org.w3c.tidy.Clean extends java.lang.Object { private int classNum private org.w3c.tidy.TagTable tt public void <init> (org.w3c.tidy.TagTable) org.w3c.tidy.TagTable tagTable private org.w3c.tidy.StyleProp insertProperty (org.w3c.tidy.StyleProp, java.lang.String, java.lang.String) org.w3c.tidy.StyleProp prop int cmp org.w3c.tidy.StyleProp props String name String value org.w3c.tidy.StyleProp first org.w3c.tidy.StyleProp prev org.w3c.tidy.StyleProp prop private org.w3c.tidy.StyleProp createProps (org.w3c.tidy.StyleProp, java.lang.String) int nameEnd int valueEnd boolean more org.w3c.tidy.StyleProp prop String style int valueStart int nameStart private java.lang.String createPropString (org.w3c.tidy.StyleProp) org.w3c.tidy.StyleProp props String style int len org.w3c.tidy.StyleProp prop private java.lang.String addProperty (java.lang.String, java.lang.String) String style String property org.w3c.tidy.StyleProp prop private java.lang.String gensymClass (org.w3c.tidy.Lexer) org.w3c.tidy.Lexer lexer String pfx private java.lang.String findStyle (org.w3c.tidy.Lexer, java.lang.String, java.lang.String) org.w3c.tidy.Lexer lexer String tag String properties org.w3c.tidy.Style style private void style2Rule (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.AttVal classattr String classname org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal styleattr private void addColorRule (org.w3c.tidy.Lexer, java.lang.String, java.lang.String) org.w3c.tidy.Lexer lexer String selector String color private void cleanBodyAttrs (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node body org.w3c.tidy.AttVal attr String bgurl String bgcolor String color private boolean niceBody (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node doc org.w3c.tidy.Node body private void createStyleElement (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node doc org.w3c.tidy.Node node org.w3c.tidy.Node head org.w3c.tidy.Node body org.w3c.tidy.Style style org.w3c.tidy.AttVal av private void fixNodeLinks (org.w3c.tidy.Node) org.w3c.tidy.Node node org.w3c.tidy.Node child private void stripOnlyChild (org.w3c.tidy.Node) org.w3c.tidy.Node node org.w3c.tidy.Node child private void discardContainer (org.w3c.tidy.Node, org.w3c.tidy.Node[]) org.w3c.tidy.Node node org.w3c.tidy.Node element org.w3c.tidy.Node[] pnode org.w3c.tidy.Node parent private void addStyleProperty (org.w3c.tidy.Node, java.lang.String) String s org.w3c.tidy.Node node String property org.w3c.tidy.AttVal av private java.lang.String mergeProperties (java.lang.String, java.lang.String) String s1 String s2 String s org.w3c.tidy.StyleProp prop private void mergeClasses (org.w3c.tidy.Node, org.w3c.tidy.Node) String names org.w3c.tidy.Node node org.w3c.tidy.Node child org.w3c.tidy.AttVal av String s1 String s2 private void mergeStyles (org.w3c.tidy.Node, org.w3c.tidy.Node) String style org.w3c.tidy.Node node org.w3c.tidy.Node child org.w3c.tidy.AttVal av String s1 String s2 private java.lang.String fontSize2Name (java.lang.String) int n int n double x String buf int n double x String buf String size String[] sizes private void addFontFace (org.w3c.tidy.Node, java.lang.String) org.w3c.tidy.Node node String face private void addFontSize (org.w3c.tidy.Node, java.lang.String) org.w3c.tidy.Node node String size String value private void addFontColor (org.w3c.tidy.Node, java.lang.String) org.w3c.tidy.Node node String color private void addAlign (org.w3c.tidy.Node, java.lang.String) org.w3c.tidy.Node node String align private void addFontStyles (org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Node node org.w3c.tidy.AttVal av private void textAlign (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal av org.w3c.tidy.AttVal prev private void tableBgColor (org.w3c.tidy.Node) org.w3c.tidy.Node node org.w3c.tidy.AttVal attr private boolean dir2Div (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Node child org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node private boolean center2Div (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node[]) org.w3c.tidy.Node last org.w3c.tidy.Node parent org.w3c.tidy.Node prev org.w3c.tidy.Node next org.w3c.tidy.Node parent org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.Node[] pnode private boolean mergeDivs (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.Node child private boolean nestedList (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node[]) org.w3c.tidy.Node child org.w3c.tidy.Node list org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.Node[] pnode private boolean blockStyle (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Node child org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node private boolean inlineStyle (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node[]) org.w3c.tidy.Node child org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.Node[] pnode private boolean font2Span (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node[]) org.w3c.tidy.AttVal next org.w3c.tidy.AttVal av org.w3c.tidy.AttVal style org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.Node[] pnode private org.w3c.tidy.Node cleanNode (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.Node next org.w3c.tidy.Node[] o boolean b private org.w3c.tidy.Node createStyleProperties (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node[]) org.w3c.tidy.Node[] repl org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.Node[] prepl org.w3c.tidy.Node child private void defineStyleRules (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Node child org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node public void cleanTree (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node doc org.w3c.tidy.Node[] repl public void nestedEmphasis (org.w3c.tidy.Node) org.w3c.tidy.Node next org.w3c.tidy.Node node org.w3c.tidy.Node[] o public void emFromI (org.w3c.tidy.Node) org.w3c.tidy.Node node public void list2BQ (org.w3c.tidy.Node) org.w3c.tidy.Node node public void bQ2Div (org.w3c.tidy.Node) int indent String indentBuf org.w3c.tidy.AttVal attval org.w3c.tidy.Node node org.w3c.tidy.Node findEnclosingCell (org.w3c.tidy.Node) org.w3c.tidy.Node node org.w3c.tidy.Node check public org.w3c.tidy.Node pruneSection (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node public void dropSections (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node public void purgeWord2000Attributes (org.w3c.tidy.Node) org.w3c.tidy.Node node org.w3c.tidy.AttVal attr org.w3c.tidy.AttVal next org.w3c.tidy.AttVal prev public org.w3c.tidy.Node stripSpan (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Node node org.w3c.tidy.Node node org.w3c.tidy.Lexer lexer org.w3c.tidy.Node span org.w3c.tidy.Node node org.w3c.tidy.Node prev org.w3c.tidy.Node content private void normalizeSpaces (org.w3c.tidy.Lexer, org.w3c.tidy.Node) int i int[] c int p org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node boolean noMargins (org.w3c.tidy.Node) org.w3c.tidy.Node node org.w3c.tidy.AttVal attval boolean singleSpace (org.w3c.tidy.Lexer, org.w3c.tidy.Node) int[] c org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node public void cleanWord2000 (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Node pre org.w3c.tidy.Node next org.w3c.tidy.AttVal attr org.w3c.tidy.Dict listType org.w3c.tidy.Node br org.w3c.tidy.AttVal attr org.w3c.tidy.AttVal atrStyle org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.Node list public boolean isWord2000 (org.w3c.tidy.Node) org.w3c.tidy.AttVal attval org.w3c.tidy.Node root org.w3c.tidy.Node node org.w3c.tidy.Node head org.w3c.tidy.Node html static void bumpObject (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Node child boolean bump org.w3c.tidy.Node next org.w3c.tidy.Lexer lexer org.w3c.tidy.Node html org.w3c.tidy.Node node org.w3c.tidy.Node head org.w3c.tidy.Node body org.w3c.tidy.TagTable tt }
org/w3c/tidy/ParserImpl$ParseScript.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseScript extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node script short mode org.w3c.tidy.Node node }
org/w3c/tidy/EntityTable.class
EntityTable.java package org.w3c.tidy public final org.w3c.tidy.EntityTable extends java.lang.Object { private static org.w3c.tidy.EntityTable defaultEntityTable private static org.w3c.tidy.Entity[] entities private java.util.Map entityMap private void <init> () private org.w3c.tidy.Entity install (org.w3c.tidy.Entity) org.w3c.tidy.Entity ent public org.w3c.tidy.Entity lookup (java.lang.String) String name public int entityCode (java.lang.String) int c String name org.w3c.tidy.Entity ent public java.lang.String entityName (short) Object o org.w3c.tidy.Entity ent short code String name public static org.w3c.tidy.EntityTable getDefaultEntityTable () org.w3c.tidy.Entity entity org.w3c.tidy.EntityTable entityTable static void <clinit> () }
org/w3c/tidy/TagCheckImpl.class
TagCheckImpl.java package org.w3c.tidy public final org.w3c.tidy.TagCheckImpl extends java.lang.Object { public static final org.w3c.tidy.TagCheck HTML public static final org.w3c.tidy.TagCheck SCRIPT public static final org.w3c.tidy.TagCheck TABLE public static final org.w3c.tidy.TagCheck CAPTION public static final org.w3c.tidy.TagCheck IMG public static final org.w3c.tidy.TagCheck AREA public static final org.w3c.tidy.TagCheck ANCHOR public static final org.w3c.tidy.TagCheck MAP public static final org.w3c.tidy.TagCheck STYLE public static final org.w3c.tidy.TagCheck TABLECELL public static final org.w3c.tidy.TagCheck LINK public static final org.w3c.tidy.TagCheck HR public static final org.w3c.tidy.TagCheck FORM public static final org.w3c.tidy.TagCheck META private void <init> () static void <clinit> () }
org/w3c/tidy/Style.class
Style.java package org.w3c.tidy public org.w3c.tidy.Style extends java.lang.Object { protected String tag protected String tagClass protected String properties protected org.w3c.tidy.Style next public void <init> (java.lang.String, java.lang.String, java.lang.String, org.w3c.tidy.Style) String tag String tagClass String properties org.w3c.tidy.Style next }
org/w3c/tidy/ParserImpl.class
ParserImpl.java package org.w3c.tidy public final org.w3c.tidy.ParserImpl extends java.lang.Object { public static final org.w3c.tidy.Parser HTML public static final org.w3c.tidy.Parser HEAD public static final org.w3c.tidy.Parser TITLE public static final org.w3c.tidy.Parser SCRIPT public static final org.w3c.tidy.Parser BODY public static final org.w3c.tidy.Parser FRAMESET public static final org.w3c.tidy.Parser INLINE public static final org.w3c.tidy.Parser LIST public static final org.w3c.tidy.Parser DEFLIST public static final org.w3c.tidy.Parser PRE public static final org.w3c.tidy.Parser BLOCK public static final org.w3c.tidy.Parser TABLETAG public static final org.w3c.tidy.Parser COLGROUP public static final org.w3c.tidy.Parser ROWGROUP public static final org.w3c.tidy.Parser ROW public static final org.w3c.tidy.Parser NOFRAMES public static final org.w3c.tidy.Parser SELECT public static final org.w3c.tidy.Parser TEXT public static final org.w3c.tidy.Parser EMPTY public static final org.w3c.tidy.Parser OPTGROUP private void <init> () protected static void parseTag (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node short mode protected static void moveToHead (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node) org.w3c.tidy.Node head org.w3c.tidy.Lexer lexer org.w3c.tidy.Node element org.w3c.tidy.Node node org.w3c.tidy.TagTable tt static void moveNodeToBody (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.Node body public static org.w3c.tidy.Node parseDocument (org.w3c.tidy.Lexer) org.w3c.tidy.Node html org.w3c.tidy.Node html org.w3c.tidy.Node html org.w3c.tidy.Node head org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.Node document org.w3c.tidy.Node doctype org.w3c.tidy.TagTable tt public static boolean XMLPreserveWhiteSpace (org.w3c.tidy.Node, org.w3c.tidy.TagTable) org.w3c.tidy.Node element org.w3c.tidy.TagTable tt org.w3c.tidy.AttVal attribute public static void parseXMLElement (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node element short mode org.w3c.tidy.Node node public static org.w3c.tidy.Node parseXMLDocument (org.w3c.tidy.Lexer) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.Node document org.w3c.tidy.Node doctype static void badForm (org.w3c.tidy.Lexer) org.w3c.tidy.Lexer lexer static void <clinit> () }
org/w3c/tidy/StreamInFactory.class
StreamInFactory.java package org.w3c.tidy public final org.w3c.tidy.StreamInFactory extends java.lang.Object { private void <init> () public static org.w3c.tidy.StreamIn getStreamIn (org.w3c.tidy.Configuration, java.io.InputStream) java.io.UnsupportedEncodingException e org.w3c.tidy.Configuration config java.io.InputStream stream public static org.w3c.tidy.StreamIn getStreamIn (org.w3c.tidy.Configuration, java.io.Reader) org.w3c.tidy.Configuration config java.io.Reader reader }
org/w3c/tidy/TidyMessage.class
TidyMessage.java package org.w3c.tidy public final org.w3c.tidy.TidyMessage extends java.lang.Object { private int line private int column private org.w3c.tidy.TidyMessage$Level level private String message private int errorCode public void <init> (int, int, int, org.w3c.tidy.TidyMessage$Level, java.lang.String) int errorCode int line int column org.w3c.tidy.TidyMessage$Level level String message public int getErrorCode () public int getColumn () public org.w3c.tidy.TidyMessage$Level getLevel () public int getLine () public java.lang.String getMessage () public java.lang.String toString () public int hashCode () public boolean equals (java.lang.Object) Object obj org.w3c.tidy.TidyMessage other }
org/w3c/tidy/AttVal.class
AttVal.java package org.w3c.tidy public org.w3c.tidy.AttVal extends java.lang.Object implements java.lang.Cloneable { protected org.w3c.tidy.AttVal next protected org.w3c.tidy.Attribute dict protected org.w3c.tidy.Node asp protected org.w3c.tidy.Node php protected int delim protected String attribute protected String value protected org.w3c.dom.Attr adapter public void <init> () public void <init> (org.w3c.tidy.AttVal, org.w3c.tidy.Attribute, int, java.lang.String, java.lang.String) org.w3c.tidy.AttVal next org.w3c.tidy.Attribute dict int delim String attribute String value public void <init> (org.w3c.tidy.AttVal, org.w3c.tidy.Attribute, org.w3c.tidy.Node, org.w3c.tidy.Node, int, java.lang.String, java.lang.String) org.w3c.tidy.AttVal next org.w3c.tidy.Attribute dict org.w3c.tidy.Node asp org.w3c.tidy.Node php int delim String attribute String value protected java.lang.Object clone () org.w3c.tidy.AttVal av public boolean isBoolAttribute () org.w3c.tidy.Attribute attr void checkLowerCaseAttrValue (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node String lowercase public org.w3c.tidy.Attribute checkAttribute (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.TagTable tt org.w3c.tidy.Attribute attr protected org.w3c.dom.Attr getAdapter () public org.w3c.tidy.Node getAsp () public void setAsp (org.w3c.tidy.Node) org.w3c.tidy.Node asp public java.lang.String getAttribute () public void setAttribute (java.lang.String) String attribute public int getDelim () public void setDelim (int) int delim public org.w3c.tidy.Attribute getDict () public void setDict (org.w3c.tidy.Attribute) org.w3c.tidy.Attribute dict public org.w3c.tidy.AttVal getNext () public void setNext (org.w3c.tidy.AttVal) org.w3c.tidy.AttVal next public org.w3c.tidy.Node getPhp () public void setPhp (org.w3c.tidy.Node) org.w3c.tidy.Node php public java.lang.String getValue () public void setValue (java.lang.String) String value }
org/w3c/tidy/AttrCheckImpl$CheckBool.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckBool extends java.lang.Object implements org.w3c.tidy.AttrCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval }
org/w3c/tidy/Dict.class
Dict.java package org.w3c.tidy public org.w3c.tidy.Dict extends java.lang.Object { public static final int CM_UNKNOWN public static final int CM_EMPTY public static final int CM_HTML public static final int CM_HEAD public static final int CM_BLOCK public static final int CM_INLINE public static final int CM_LIST public static final int CM_DEFLIST public static final int CM_TABLE public static final int CM_ROWGRP public static final int CM_ROW public static final int CM_FIELD public static final int CM_OBJECT public static final int CM_PARAM public static final int CM_FRAMES public static final int CM_HEADING public static final int CM_OPT public static final int CM_IMG public static final int CM_MIXED public static final int CM_NO_INDENT public static final int CM_OBSOLETE public static final int CM_NEW public static final int CM_OMITST public static final java.util.EnumSet VERS_UNKNOWN public static final java.util.EnumSet VERS_HTML20 public static final java.util.EnumSet NOT_HTML20 public static final java.util.EnumSet VERS_HTML32 public static final java.util.EnumSet VERS_HTML40_STRICT public static final java.util.EnumSet NOT_HTML40_STRICT public static final java.util.EnumSet VERS_HTML40_LOOSE public static final java.util.EnumSet VERS_FRAMESET public static final java.util.EnumSet NOT_FRAMESET public static final java.util.EnumSet VERS_XML public static final java.util.EnumSet VERS_NETSCAPE public static final java.util.EnumSet VERS_MICROSOFT public static final java.util.EnumSet VERS_SUN public static final java.util.EnumSet VERS_MALFORMED public static final java.util.EnumSet VERS_XHTML11 public static final java.util.EnumSet NOT_XHTML11 public static final java.util.EnumSet VERS_BASIC public static final java.util.EnumSet VERS_HTML5 public static final java.util.EnumSet VERS_PROPRIETARY public static final java.util.EnumSet VERS_HTML40 public static final java.util.EnumSet VERS_LOOSE public static final java.util.EnumSet VERS_IFRAME public static final java.util.EnumSet VERS_FROM32 public static final java.util.EnumSet VERS_EVENTS public static final java.util.EnumSet VERS_ALL public static final short TAGTYPE_EMPTY public static final short TAGTYPE_INLINE public static final short TAGTYPE_BLOCK public static final short TAGTYPE_PRE protected String name protected java.util.EnumSet versions protected int model private org.w3c.tidy.Parser parser private org.w3c.tidy.TagCheck chkattrs public void <init> (java.lang.String, java.util.EnumSet, int, org.w3c.tidy.Parser, org.w3c.tidy.TagCheck) String name java.util.EnumSet versions int model org.w3c.tidy.Parser parser org.w3c.tidy.TagCheck chkattrs public static java.util.EnumSet allExcept (java.util.EnumSet) java.util.EnumSet except java.util.EnumSet result public static transient java.util.EnumSet combine (java.util.EnumSet, java.lang.Enum[]) java.util.EnumSet set Enum[] others java.util.EnumSet result public static java.util.EnumSet combine (java.util.EnumSet, java.util.EnumSet) java.util.EnumSet set1 java.util.EnumSet set2 java.util.EnumSet result public static transient java.util.EnumSet combine (java.util.EnumSet[]) int n int cnt java.util.EnumSet[] sets java.util.EnumSet result public org.w3c.tidy.TagCheck getChkattrs () public int getModel () public java.lang.String getName () public org.w3c.tidy.Parser getParser () public void setChkattrs (org.w3c.tidy.TagCheck) org.w3c.tidy.TagCheck chkattrs public java.util.EnumSet getVersions () public void setParser (org.w3c.tidy.Parser) org.w3c.tidy.Parser parser public static java.util.EnumSet without (java.util.EnumSet, java.util.EnumSet) java.util.EnumSet set java.util.EnumSet excluded java.util.EnumSet result static void <clinit> () }
org/w3c/tidy/ParsePropertyImpl$ParseRepeatedAttribute.class
ParsePropertyImpl.java package org.w3c.tidy org.w3c.tidy.ParsePropertyImpl$ParseRepeatedAttribute extends java.lang.Object implements org.w3c.tidy.ParseProperty { void <init> () public java.lang.Object parse (java.lang.String, java.lang.String, org.w3c.tidy.Configuration) int dupAttr int dupAttr String value String option org.w3c.tidy.Configuration configuration int dupAttr public java.lang.String getType () public java.lang.String getOptionValues () public java.lang.String getFriendlyName (java.lang.String, java.lang.Object, org.w3c.tidy.Configuration) String stringValue String stringValue String option Object value org.w3c.tidy.Configuration configuration int intValue String stringValue }
org/w3c/tidy/DOMTextImpl.class
DOMTextImpl.java package org.w3c.tidy public org.w3c.tidy.DOMTextImpl extends org.w3c.tidy.DOMCharacterDataImpl implements org.w3c.dom.Text { protected void <init> (org.w3c.tidy.Node) org.w3c.tidy.Node adaptee public java.lang.String getNodeName () public short getNodeType () public org.w3c.dom.Text splitText (int) throws org.w3c.dom.DOMException int offset public java.lang.String getWholeText () public boolean isElementContentWhitespace () public org.w3c.dom.Text replaceWholeText (java.lang.String) throws org.w3c.dom.DOMException String content }
org/w3c/tidy/TagCheckImpl$CheckSTYLE.class
TagCheckImpl.java package org.w3c.tidy public org.w3c.tidy.TagCheckImpl$CheckSTYLE extends java.lang.Object implements org.w3c.tidy.TagCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.AttVal missingType org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal type }
org/w3c/tidy/Report.class
Report.java package org.w3c.tidy public final org.w3c.tidy.Report extends java.lang.Object { public static final String ACCESS_URL public static final String RELEASE_VERSION public static final String RELEASE_DATE_STRING public static final short MISSING_SEMICOLON public static final short MISSING_SEMICOLON_NCR public static final short UNKNOWN_ENTITY public static final short UNESCAPED_AMPERSAND public static final short APOS_UNDEFINED public static final short MISSING_ENDTAG_FOR public static final short MISSING_ENDTAG_BEFORE public static final short DISCARDING_UNEXPECTED public static final short NESTED_EMPHASIS public static final short NON_MATCHING_ENDTAG public static final short TAG_NOT_ALLOWED_IN public static final short MISSING_STARTTAG public static final short UNEXPECTED_ENDTAG public static final short USING_BR_INPLACE_OF public static final short INSERTING_TAG public static final short SUSPECTED_MISSING_QUOTE public static final short MISSING_TITLE_ELEMENT public static final short DUPLICATE_FRAMESET public static final short CANT_BE_NESTED public static final short OBSOLETE_ELEMENT public static final short PROPRIETARY_ELEMENT public static final short UNKNOWN_ELEMENT public static final short TRIM_EMPTY_ELEMENT public static final short COERCE_TO_ENDTAG public static final short ILLEGAL_NESTING public static final short NOFRAMES_CONTENT public static final short CONTENT_AFTER_BODY public static final short INCONSISTENT_VERSION public static final short MALFORMED_COMMENT public static final short BAD_COMMENT_CHARS public static final short BAD_XML_COMMENT public static final short BAD_CDATA_CONTENT public static final short INCONSISTENT_NAMESPACE public static final short DOCTYPE_AFTER_TAGS public static final short MALFORMED_DOCTYPE public static final short UNEXPECTED_END_OF_FILE public static final short DTYPE_NOT_UPPER_CASE public static final short TOO_MANY_ELEMENTS public static final short UNESCAPED_ELEMENT public static final short NESTED_QUOTATION public static final short ELEMENT_NOT_EMPTY public static final short ENCODING_IO_CONFLICT public static final short MIXED_CONTENT_IN_BLOCK public static final short MISSING_DOCTYPE public static final short SPACE_PRECEDING_XMLDECL public static final short TOO_MANY_ELEMENTS_IN public static final short UNEXPECTED_ENDTAG_IN public static final short REPLACING_ELEMENT public static final short REPLACING_UNEX_ELEMENT public static final short COERCE_TO_ENDTAG_WARN public static final short UNKNOWN_ATTRIBUTE public static final short MISSING_ATTRIBUTE public static final short MISSING_ATTR_VALUE public static final short BAD_ATTRIBUTE_VALUE public static final short UNEXPECTED_GT public static final short PROPRIETARY_ATTRIBUTE public static final short PROPRIETARY_ATTR_VALUE public static final short REPEATED_ATTRIBUTE public static final short MISSING_IMAGEMAP public static final short XML_ATTRIBUTE_VALUE public static final short MISSING_QUOTEMARK public static final short UNEXPECTED_QUOTEMARK public static final short ID_NAME_MISMATCH public static final short BACKSLASH_IN_URI public static final short FIXED_BACKSLASH public static final short ILLEGAL_URI_REFERENCE public static final short ESCAPED_ILLEGAL_URI public static final short NEWLINE_IN_URI public static final short ANCHOR_NOT_UNIQUE public static final short ENTITY_IN_ID public static final short JOINING_ATTRIBUTE public static final short UNEXPECTED_EQUALSIGN public static final short ATTR_VALUE_NOT_LCASE public static final short XML_ID_SYNTAX public static final short INVALID_ATTRIBUTE public static final short BAD_ATTRIBUTE_VALUE_REPLACED public static final short INVALID_XML_ID public static final short UNEXPECTED_END_OF_FILE_ATTR public static final short VENDOR_SPECIFIC_CHARS public static final short INVALID_SGML_CHARS public static final short INVALID_UTF8 public static final short INVALID_UTF16 public static final short ENCODING_MISMATCH public static final short INVALID_URI public static final short INVALID_NCR public static final short DOCTYPE_GIVEN_SUMMARY public static final short REPORT_VERSION_SUMMARY public static final short BADACCESS_SUMMARY public static final short BADFORM_SUMMARY public static final short MISSING_IMAGE_ALT public static final short MISSING_LINK_ALT public static final short MISSING_SUMMARY public static final short MISSING_IMAGE_MAP public static final short USING_FRAMES public static final short USING_NOFRAMES public static final short USING_SPACER public static final short USING_LAYER public static final short USING_NOBR public static final short USING_FONT public static final short USING_BODY public static final short WINDOWS_CHARS public static final short NON_ASCII public static final short FOUND_UTF16 public static final short REPLACED_CHAR public static final short DISCARDED_CHAR private static java.util.ResourceBundle res private String currentFile private org.w3c.tidy.TidyMessageListener listener protected void <init> () protected java.lang.String getMessage (int, org.w3c.tidy.Lexer, java.lang.String, java.lang.Object[], org.w3c.tidy.TidyMessage$Level) throws java.util.MissingResourceException String position String prefix String prefix String messageString org.w3c.tidy.TidyMessage msg int errorCode org.w3c.tidy.Lexer lexer String message Object[] params org.w3c.tidy.TidyMessage$Level level String resource String position String prefix String messageString private void printMessage (int, org.w3c.tidy.Lexer, java.lang.String, java.lang.Object[], org.w3c.tidy.TidyMessage$Level) String resource java.util.MissingResourceException e int errorCode org.w3c.tidy.Lexer lexer String message Object[] params org.w3c.tidy.TidyMessage$Level level String resource private void printMessage (java.io.PrintWriter, java.lang.String, java.lang.Object[], org.w3c.tidy.TidyMessage$Level) String resource java.util.MissingResourceException e java.io.PrintWriter errout String message Object[] params org.w3c.tidy.TidyMessage$Level level String resource public void showVersion (java.io.PrintWriter) java.io.PrintWriter p private java.lang.String getTagName (org.w3c.tidy.Node) org.w3c.tidy.Node tag public void unknownOption (java.lang.String) java.util.MissingResourceException e String option public void badArgument (java.lang.String, java.lang.String) java.util.MissingResourceException e String key String value private java.lang.String getPosition (org.w3c.tidy.Lexer) java.util.MissingResourceException e org.w3c.tidy.Lexer lexer public void encodingError (org.w3c.tidy.Lexer, int, int) String buf org.w3c.tidy.Lexer lexer int code int c public void entityError (org.w3c.tidy.Lexer, short, java.lang.String, int) org.w3c.tidy.Lexer lexer short code String entity int c public void attrError (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal, short) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attribute short code public void warning (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node, short) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node element org.w3c.tidy.Node node short code org.w3c.tidy.TagTable tt public void error (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.Node, short) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node element org.w3c.tidy.Node node short code public void errorSummary (org.w3c.tidy.Lexer) int encodingChoiche int encodingChoiche org.w3c.tidy.Lexer lexer public void unknownOption (java.io.PrintWriter, char) java.io.PrintWriter errout char c public void unknownFile (java.io.PrintWriter, java.lang.String) java.io.PrintWriter errout String file public void needsAuthorIntervention (java.io.PrintWriter) java.io.PrintWriter errout public void missingBody (java.io.PrintWriter) java.io.PrintWriter errout public void reportNumberOfSlides (java.io.PrintWriter, int) java.io.PrintWriter errout int count public void generalInfo (java.io.PrintWriter) java.io.PrintWriter errout public void setFilename (java.lang.String) String filename public void reportVersion (java.io.PrintWriter, org.w3c.tidy.Lexer, java.lang.String, org.w3c.tidy.Node) int c StringBuilder doctypeBuffer int i java.io.PrintWriter errout org.w3c.tidy.Lexer lexer String filename org.w3c.tidy.Node doctype int state String vers int[] cc public void reportNumWarnings (java.io.PrintWriter, org.w3c.tidy.Lexer) java.io.PrintWriter errout org.w3c.tidy.Lexer lexer public void helpText (java.io.PrintWriter) java.io.PrintWriter out public void badTree (java.io.PrintWriter) java.io.PrintWriter errout public void addMessageListener (org.w3c.tidy.TidyMessageListener) org.w3c.tidy.TidyMessageListener listener static void <clinit> () java.io.InputStream s Exception e java.util.Properties p java.util.MissingResourceException e }
org/w3c/tidy/ParserImpl$ParsePre.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParsePre extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Node newnode org.w3c.tidy.Lexer lexer org.w3c.tidy.Node pre short mode org.w3c.tidy.Node node org.w3c.tidy.TagTable tt }
org/w3c/tidy/AttrCheckImpl$CheckLang.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckLang extends java.lang.Object implements org.w3c.tidy.AttrCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval }
org/w3c/tidy/TagCheckImpl$CheckTABLE.class
TagCheckImpl.java package org.w3c.tidy public org.w3c.tidy.TagCheckImpl$CheckTABLE extends java.lang.Object implements org.w3c.tidy.TagCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Attribute attribute org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval boolean hasSummary }
org/w3c/tidy/TidyUtils.class
TidyUtils.java package org.w3c.tidy public final org.w3c.tidy.TidyUtils extends java.lang.Object { private static final short DIGIT private static final short LETTER private static final short NAMECHAR private static final short WHITE private static final short NEWLINE private static final short LOWERCASE private static final short UPPERCASE private static short[] lexmap private void <init> () static boolean toBoolean (int) int value static int toUnsigned (int) int c static boolean wsubstrn (java.lang.String, int, java.lang.String) String s1 int len1 String s2 int searchIndex static boolean wsubstrncase (java.lang.String, int, java.lang.String) String s1 int len1 String s2 static int wstrnchr (java.lang.String, int, char) String s1 int len1 char cc int indexOf static boolean wsubstr (java.lang.String, java.lang.String) String s1 String s2 int i int len1 int len2 static boolean isxdigit (char) char c static boolean isInValuesIgnoreCase (java.lang.String[], java.lang.String) String validValue String[] validValues String valueToCheck int len public static boolean findBadSubString (java.lang.String, java.lang.String, int) String ps String s String p int len int n int i static boolean isXMLLetter (char) char c static boolean isXMLNamechar (char) char c static boolean isQuote (int) int c public static byte[] getBytes (java.lang.String) String str public static java.lang.String getString (byte[], int, int) byte[] bytes int offset int length public static int lastChar (java.lang.String) String str public static boolean isWhite (char) char c short m public static boolean isDigit (char) char c short m public static boolean isLetter (char) char c short m public static boolean isNamechar (char) char c short map public static boolean isLower (char) char c short map public static boolean isUpper (char) char c short map public static char toLower (char) char c short m public static char toUpper (char) char c short m public static char foldCase (char, boolean, boolean) char c boolean tocaps boolean xmlTags private static void mapStr (java.lang.String, short) int c int i String str short code private static short map (char) char c public static boolean isCharEncodingSupported (java.lang.String) java.io.UnsupportedEncodingException e String name public static boolean containsAny (java.util.Set, java.util.Set) Object x java.util.Set set java.util.Set test static void <clinit> () }
org/w3c/tidy/TagTable.class
TagTable.java package org.w3c.tidy public final org.w3c.tidy.TagTable extends java.lang.Object { public static final org.w3c.tidy.Dict XML_TAGS private static final org.w3c.tidy.Dict[] TAGS protected org.w3c.tidy.Dict tagHtml protected org.w3c.tidy.Dict tagHead protected org.w3c.tidy.Dict tagBody protected org.w3c.tidy.Dict tagFrameset protected org.w3c.tidy.Dict tagFrame protected org.w3c.tidy.Dict tagIframe protected org.w3c.tidy.Dict tagNoframes protected org.w3c.tidy.Dict tagMeta protected org.w3c.tidy.Dict tagTitle protected org.w3c.tidy.Dict tagBase protected org.w3c.tidy.Dict tagHr protected org.w3c.tidy.Dict tagPre protected org.w3c.tidy.Dict tagListing protected org.w3c.tidy.Dict tagH1 protected org.w3c.tidy.Dict tagH2 protected org.w3c.tidy.Dict tagP protected org.w3c.tidy.Dict tagUl protected org.w3c.tidy.Dict tagOl protected org.w3c.tidy.Dict tagDir protected org.w3c.tidy.Dict tagLi protected org.w3c.tidy.Dict tagDt protected org.w3c.tidy.Dict tagDd protected org.w3c.tidy.Dict tagDl protected org.w3c.tidy.Dict tagTd protected org.w3c.tidy.Dict tagTh protected org.w3c.tidy.Dict tagTr protected org.w3c.tidy.Dict tagCol protected org.w3c.tidy.Dict tagColgroup protected org.w3c.tidy.Dict tagBr protected org.w3c.tidy.Dict tagA protected org.w3c.tidy.Dict tagLink protected org.w3c.tidy.Dict tagB protected org.w3c.tidy.Dict tagI protected org.w3c.tidy.Dict tagStrong protected org.w3c.tidy.Dict tagMark protected org.w3c.tidy.Dict tagEm protected org.w3c.tidy.Dict tagBig protected org.w3c.tidy.Dict tagSmall protected org.w3c.tidy.Dict tagParam protected org.w3c.tidy.Dict tagOption protected org.w3c.tidy.Dict tagOptgroup protected org.w3c.tidy.Dict tagImg protected org.w3c.tidy.Dict tagMap protected org.w3c.tidy.Dict tagArea protected org.w3c.tidy.Dict tagNobr protected org.w3c.tidy.Dict tagFont protected org.w3c.tidy.Dict tagSpacer protected org.w3c.tidy.Dict tagLayer protected org.w3c.tidy.Dict tagCenter protected org.w3c.tidy.Dict tagStyle protected org.w3c.tidy.Dict tagScript protected org.w3c.tidy.Dict tagNoscript protected org.w3c.tidy.Dict tagTable protected org.w3c.tidy.Dict tagCaption protected org.w3c.tidy.Dict tagForm protected org.w3c.tidy.Dict tagTextarea protected org.w3c.tidy.Dict tagBlockquote protected org.w3c.tidy.Dict tagApplet protected org.w3c.tidy.Dict tagObject protected org.w3c.tidy.Dict tagDiv protected org.w3c.tidy.Dict tagSpan protected org.w3c.tidy.Dict tagInput protected org.w3c.tidy.Dict tagQ protected org.w3c.tidy.Dict tagArticle protected org.w3c.tidy.Dict tagAside protected org.w3c.tidy.Dict tagBdi protected org.w3c.tidy.Dict tagDetails protected org.w3c.tidy.Dict tagDialog protected org.w3c.tidy.Dict tagFigcaption protected org.w3c.tidy.Dict tagFigure protected org.w3c.tidy.Dict tagFooter protected org.w3c.tidy.Dict tagHeader protected org.w3c.tidy.Dict tagMain protected org.w3c.tidy.Dict tagMenuitem protected org.w3c.tidy.Dict tagMeter protected org.w3c.tidy.Dict tagNav protected org.w3c.tidy.Dict tagProgress protected org.w3c.tidy.Dict tagRp protected org.w3c.tidy.Dict tagRt protected org.w3c.tidy.Dict tagRuby protected org.w3c.tidy.Dict tagSection protected org.w3c.tidy.Dict tagSummary protected org.w3c.tidy.Dict tagTime protected org.w3c.tidy.Dict tagWbr protected org.w3c.tidy.Dict tagDatalist protected org.w3c.tidy.Dict tagOutput protected org.w3c.tidy.Dict tagSvg protected org.w3c.tidy.Dict tagCanvas protected org.w3c.tidy.Dict tagAudio protected org.w3c.tidy.Dict tagEmbed protected org.w3c.tidy.Dict tagSource protected org.w3c.tidy.Dict tagTrack protected org.w3c.tidy.Dict tagVideo protected org.w3c.tidy.Dict tagPicture protected org.w3c.tidy.Dict tagBlink protected org.w3c.tidy.Anchor anchorList private org.w3c.tidy.Configuration configuration private java.util.Map tagHashtable protected void <init> () org.w3c.tidy.Dict TAG public void setConfiguration (org.w3c.tidy.Configuration) org.w3c.tidy.Configuration configuration public org.w3c.tidy.Dict lookup (java.lang.String) String name public org.w3c.tidy.Dict install (org.w3c.tidy.Dict) org.w3c.tidy.Dict dict org.w3c.tidy.Dict d public boolean findTag (org.w3c.tidy.Node) org.w3c.tidy.Dict np org.w3c.tidy.Node node public org.w3c.tidy.Parser findParser (org.w3c.tidy.Node) org.w3c.tidy.Dict np org.w3c.tidy.Node node boolean isAnchorElement (org.w3c.tidy.Node) org.w3c.tidy.Node node public void defineTag (short, java.lang.String) org.w3c.tidy.Parser tagParser short model org.w3c.tidy.Parser tagParser short model org.w3c.tidy.Parser tagParser short model short tagType String name org.w3c.tidy.Parser tagParser short model java.util.List findAllDefinedTag (short) org.w3c.tidy.Dict curDictEntry short tagType java.util.List tagNames public void freeAttrs (org.w3c.tidy.Node) org.w3c.tidy.AttVal av org.w3c.tidy.Node node void removeAnchorByNode (org.w3c.tidy.Node) org.w3c.tidy.Anchor next org.w3c.tidy.Node node org.w3c.tidy.Anchor found org.w3c.tidy.Anchor prev org.w3c.tidy.Anchor newAnchor () org.w3c.tidy.Anchor addAnchor (java.lang.String, org.w3c.tidy.Node) org.w3c.tidy.Anchor here String name org.w3c.tidy.Node node org.w3c.tidy.Anchor a org.w3c.tidy.Node getNodeByAnchor (java.lang.String) String name org.w3c.tidy.Anchor found void freeAnchors () static void <clinit> () }
org/w3c/tidy/IStack.class
IStack.java package org.w3c.tidy public org.w3c.tidy.IStack extends java.lang.Object { protected org.w3c.tidy.IStack next protected org.w3c.tidy.Dict tag protected String element protected org.w3c.tidy.AttVal attributes public void <init> () }
org/w3c/tidy/Lexer.class
Lexer.java package org.w3c.tidy public org.w3c.tidy.Lexer extends java.lang.Object { public static final short IGNORE_WHITESPACE public static final short MIXED_CONTENT public static final short PREFORMATTED public static final short IGNORE_MARKUP private static final String VOYAGER_LOOSE private static final String VOYAGER_STRICT private static final String VOYAGER_FRAMESET private static final String VOYAGER_11 private static final String XHTML_NAMESPACE private int highSurrogate private static final org.w3c.tidy.Lexer$W3CVersionInfo[] W3CVERSION private static final short LEX_CONTENT private static final short LEX_GT private static final short LEX_ENDTAG private static final short LEX_STARTTAG private static final short LEX_COMMENT private static final short LEX_DOCTYPE private static final short LEX_PROCINSTR private static final short LEX_CDATA private static final short LEX_SECTION private static final short LEX_ASP private static final short LEX_JSTE private static final short LEX_PHP private static final short LEX_XMLDECL protected org.w3c.tidy.StreamIn in protected java.io.PrintWriter errout protected short badAccess protected short badLayout protected short badChars protected short badForm protected short warnings protected short errors protected int lines protected int columns protected boolean waswhite protected boolean pushed protected boolean insertspace protected boolean excludeBlocks protected boolean exiled protected boolean isvoyager private java.util.EnumSet versions protected org.w3c.tidy.HtmlVersion doctype protected boolean badDoctype protected int txtstart protected int txtend protected short state protected org.w3c.tidy.Node token protected byte[] lexbuf protected int lexlength protected int lexsize protected org.w3c.tidy.Node inode protected int insert protected java.util.Stack istack protected int istackbase protected org.w3c.tidy.Style styles protected org.w3c.tidy.Configuration configuration protected boolean seenEndBody protected boolean seenEndHtml protected org.w3c.tidy.Report report protected org.w3c.tidy.Node root private java.util.List nodeList private static final int CDATA_INTERMEDIATE private static final int CDATA_STARTTAG private static final int CDATA_ENDTAG public void <init> (org.w3c.tidy.StreamIn, org.w3c.tidy.Configuration, org.w3c.tidy.Report) org.w3c.tidy.StreamIn in org.w3c.tidy.Configuration configuration org.w3c.tidy.Report report public org.w3c.tidy.Node newNode () org.w3c.tidy.Node node public org.w3c.tidy.Node newNode (short, byte[], int, int) short type byte[] textarray int start int end org.w3c.tidy.Node node public org.w3c.tidy.Node newNode (short, byte[], int, int, java.lang.String) short type byte[] textarray int start int end String element org.w3c.tidy.Node node public org.w3c.tidy.Node cloneNode (org.w3c.tidy.Node) org.w3c.tidy.AttVal att org.w3c.tidy.Node node org.w3c.tidy.Node cnode public org.w3c.tidy.AttVal cloneAttributes (org.w3c.tidy.AttVal) org.w3c.tidy.AttVal att org.w3c.tidy.AttVal attrs org.w3c.tidy.AttVal cattrs protected void updateNodeTextArrays (byte[], byte[]) Object aNodeList org.w3c.tidy.Node node byte[] oldtextarray byte[] newtextarray public org.w3c.tidy.Node newLineNode () org.w3c.tidy.Node node public boolean endOfInput () public void addByte (int) byte[] temp int c public void changeChar (byte) byte c public void addCharToLexer (int) int lowSurrogate int c int i int[] count byte[] buf boolean err private void addErrorReplacement () public void addStringToLexer (java.lang.String) int i String str public void parseEntity (short) int c1 int replaceMode short mode int start boolean first boolean semicolon int c int ch int startcol String str public char parseTagName () int c public void addStringLiteral (java.lang.String) int i String str int len void addStringLiteralLen (java.lang.String, int) int i String str int len int strlen public org.w3c.tidy.HtmlVersion htmlVersion () public java.lang.String htmlVersionName () org.w3c.tidy.HtmlVersion guessed int j public boolean addGenerator (org.w3c.tidy.Node) org.w3c.tidy.AttVal attval String meta org.w3c.tidy.Node node org.w3c.tidy.Node root org.w3c.tidy.Node head public boolean checkDocTypeKeyWords (org.w3c.tidy.Node) org.w3c.tidy.Node doctype int len String s public org.w3c.tidy.HtmlVersion findGivenVersion (org.w3c.tidy.Node) String p String s int j int len String p String s int j int len String str2 org.w3c.tidy.Node doctype int i String str1 public void fixHTMLNameSpace (org.w3c.tidy.Node, java.lang.String) org.w3c.tidy.AttVal attr org.w3c.tidy.Node root String profile org.w3c.tidy.Node node org.w3c.tidy.Node newXhtmlDocTypeNode (org.w3c.tidy.Node) org.w3c.tidy.Node root org.w3c.tidy.Node html org.w3c.tidy.Node newdoctype public boolean setXHTMLDocType (org.w3c.tidy.Node) int dtdend int len String start int dtdbeg org.w3c.tidy.Node root String fpi String sysid String dtdsub org.w3c.tidy.Node doctype int dtdlen int length public org.w3c.tidy.HtmlVersion apparentVersion () public boolean fixDocType (org.w3c.tidy.Node) int i org.w3c.tidy.Node root org.w3c.tidy.Node doctype org.w3c.tidy.HtmlVersion guessed int length public boolean fixXmlDecl (org.w3c.tidy.Node) org.w3c.tidy.Node xml org.w3c.tidy.Node root org.w3c.tidy.Node xml org.w3c.tidy.AttVal version org.w3c.tidy.AttVal encoding public org.w3c.tidy.Node inferredTag (java.lang.String) String name org.w3c.tidy.Node node public org.w3c.tidy.Node getCDATA (org.w3c.tidy.Node) int i int i org.w3c.tidy.Node container int start int nested int state int c boolean isEmpty boolean matches boolean hasSrc public void ungetToken () public org.w3c.tidy.Node getToken (short) String name org.w3c.tidy.Node[] asp org.w3c.tidy.Node[] php org.w3c.tidy.AttVal av int[] pdelim short mode int c int badcomment boolean[] isempty boolean inDTDSubset org.w3c.tidy.AttVal attributes public org.w3c.tidy.Node parseAsp () int c org.w3c.tidy.Node asp public org.w3c.tidy.Node parsePhp () int c org.w3c.tidy.Node php public java.lang.String parseAttribute (boolean[], org.w3c.tidy.Node[], org.w3c.tidy.Node[]) boolean[] isempty org.w3c.tidy.Node[] asp org.w3c.tidy.Node[] php int start String attr int c int lastc int len public int parseServerInstruction () int c int delim boolean isrule public java.lang.String parseValue (java.lang.String, boolean, boolean[], int[]) int start int q String value String name boolean foldCase boolean[] isempty int[] pdelim int len int start boolean seenGt boolean munge int c int lastc int delim int quotewarning String value public static boolean isValidAttrName (java.lang.String) String attr char c int i public static boolean isCSS1Selector (java.lang.String) char c String buf boolean valid int esclen int pos public org.w3c.tidy.AttVal parseAttrs (boolean[]) org.w3c.tidy.AttVal av org.w3c.tidy.AttVal av org.w3c.tidy.AttVal av org.w3c.tidy.AttVal av String attribute String value boolean[] isempty org.w3c.tidy.AttVal list int[] delim org.w3c.tidy.Node[] asp org.w3c.tidy.Node[] php public void pushInline (org.w3c.tidy.Node) org.w3c.tidy.Node node org.w3c.tidy.IStack is public void popInline (org.w3c.tidy.Node) org.w3c.tidy.IStack is org.w3c.tidy.IStack is org.w3c.tidy.Node node public boolean isPushed (org.w3c.tidy.Node) org.w3c.tidy.IStack is org.w3c.tidy.Node node int i public int inlineDup (org.w3c.tidy.Node) org.w3c.tidy.Node node int n public org.w3c.tidy.Node insertedToken () org.w3c.tidy.Node node org.w3c.tidy.Node node org.w3c.tidy.IStack is int n public boolean canPrune (org.w3c.tidy.Node) org.w3c.tidy.Node element public void fixId (org.w3c.tidy.Node) org.w3c.tidy.Node node org.w3c.tidy.AttVal name org.w3c.tidy.AttVal id public void deferDup () public void restrictVersionsTo (java.util.EnumSet) java.util.EnumSet excludedVersions public void addVersions (java.util.EnumSet) java.util.EnumSet possibleVersions void constrainVersion (org.w3c.tidy.HtmlVersion) org.w3c.tidy.HtmlVersion vers boolean contains void constrainVersion (java.util.EnumSet) java.util.EnumSet sum java.util.EnumSet vers protected boolean preContent (org.w3c.tidy.Node) org.w3c.tidy.Node node static void <clinit> () }
org/w3c/tidy/TagCheckImpl$CheckMap.class
TagCheckImpl.java package org.w3c.tidy public org.w3c.tidy.TagCheckImpl$CheckMap extends java.lang.Object implements org.w3c.tidy.TagCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node }
org/w3c/tidy/AttributeTable.class
AttributeTable.java package org.w3c.tidy public org.w3c.tidy.AttributeTable extends java.lang.Object { protected static org.w3c.tidy.Attribute attrHref protected static org.w3c.tidy.Attribute attrSrc protected static org.w3c.tidy.Attribute attrId protected static org.w3c.tidy.Attribute attrName protected static org.w3c.tidy.Attribute attrSummary protected static org.w3c.tidy.Attribute attrAlt protected static org.w3c.tidy.Attribute attrLongdesc protected static org.w3c.tidy.Attribute attrUsemap protected static org.w3c.tidy.Attribute attrIsmap protected static org.w3c.tidy.Attribute attrLanguage protected static org.w3c.tidy.Attribute attrType protected static org.w3c.tidy.Attribute attrTitle protected static org.w3c.tidy.Attribute attrXmlns protected static org.w3c.tidy.Attribute attrValue protected static org.w3c.tidy.Attribute attrContent protected static org.w3c.tidy.Attribute attrDatafld protected static org.w3c.tidy.Attribute attrWidth protected static org.w3c.tidy.Attribute attrHeight private static org.w3c.tidy.AttributeTable defaultAttributeTable private static final org.w3c.tidy.Attribute[] ATTRS private java.util.Map attributeMap public void <init> () public org.w3c.tidy.Attribute lookup (java.lang.String) String name public org.w3c.tidy.Attribute install (org.w3c.tidy.Attribute) org.w3c.tidy.Attribute attr public org.w3c.tidy.Attribute findAttribute (org.w3c.tidy.AttVal) org.w3c.tidy.Attribute np org.w3c.tidy.AttVal attval public boolean isUrl (java.lang.String) String attrname org.w3c.tidy.Attribute np public boolean isScript (java.lang.String) String attrname org.w3c.tidy.Attribute np public boolean isLiteralAttribute (java.lang.String) String attrname org.w3c.tidy.Attribute np public void declareLiteralAttrib (java.lang.String) String name org.w3c.tidy.Attribute attrib public static org.w3c.tidy.AttributeTable getDefaultAttributeTable () org.w3c.tidy.Attribute ATTR static void <clinit> () }
org/w3c/tidy/TagCheckImpl$CheckAREA.class
TagCheckImpl.java package org.w3c.tidy public org.w3c.tidy.TagCheckImpl$CheckAREA extends java.lang.Object implements org.w3c.tidy.TagCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Attribute attribute org.w3c.tidy.AttVal missingAlt org.w3c.tidy.AttVal missingHref org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval boolean hasAlt boolean hasHref }
org/w3c/tidy/DOMAttrImpl.class
DOMAttrImpl.java package org.w3c.tidy public org.w3c.tidy.DOMAttrImpl extends org.w3c.tidy.DOMNodeImpl implements org.w3c.dom.Attr java.lang.Cloneable { protected org.w3c.tidy.AttVal avAdaptee protected void <init> (org.w3c.tidy.AttVal) org.w3c.tidy.AttVal adaptee public java.lang.String getNodeValue () throws org.w3c.dom.DOMException public void setNodeValue (java.lang.String) throws org.w3c.dom.DOMException String nodeValue public java.lang.String getNodeName () public short getNodeType () public java.lang.String getName () public boolean getSpecified () public java.lang.String getValue () public void setValue (java.lang.String) String value public org.w3c.dom.Node getParentNode () public org.w3c.dom.NodeList getChildNodes () public org.w3c.dom.Node getFirstChild () public org.w3c.dom.Node getLastChild () public org.w3c.dom.Node getPreviousSibling () public org.w3c.dom.Node getNextSibling () public org.w3c.dom.NamedNodeMap getAttributes () public org.w3c.dom.Document getOwnerDocument () public org.w3c.dom.Node insertBefore (org.w3c.dom.Node, org.w3c.dom.Node) throws org.w3c.dom.DOMException org.w3c.dom.Node newChild org.w3c.dom.Node refChild public org.w3c.dom.Node replaceChild (org.w3c.dom.Node, org.w3c.dom.Node) throws org.w3c.dom.DOMException org.w3c.dom.Node newChild org.w3c.dom.Node oldChild public org.w3c.dom.Node removeChild (org.w3c.dom.Node) throws org.w3c.dom.DOMException org.w3c.dom.Node oldChild public org.w3c.dom.Node appendChild (org.w3c.dom.Node) throws org.w3c.dom.DOMException org.w3c.dom.Node newChild public boolean hasChildNodes () public org.w3c.dom.Node cloneNode (boolean) boolean deep public org.w3c.dom.Element getOwnerElement () public org.w3c.dom.TypeInfo getSchemaTypeInfo () public boolean isId () protected java.lang.Object clone () org.w3c.tidy.DOMAttrImpl clone CloneNotSupportedException e org.w3c.tidy.DOMAttrImpl clone }
org/w3c/tidy/ParsePropertyImpl$ParseIndent.class
ParsePropertyImpl.java package org.w3c.tidy org.w3c.tidy.ParsePropertyImpl$ParseIndent extends java.lang.Object implements org.w3c.tidy.ParseProperty { void <init> () public java.lang.Object parse (java.lang.String, java.lang.String, org.w3c.tidy.Configuration) String value String option org.w3c.tidy.Configuration configuration boolean b public java.lang.String getType () public java.lang.String getOptionValues () public java.lang.String getFriendlyName (java.lang.String, java.lang.Object, org.w3c.tidy.Configuration) String option Object value org.w3c.tidy.Configuration configuration }
org/w3c/tidy/AttrCheckImpl$CheckNumber.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckNumber extends java.lang.Object implements org.w3c.tidy.AttrCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) char p org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval String value int j }
org/w3c/tidy/TagCheckImpl$CheckLINK.class
TagCheckImpl.java package org.w3c.tidy public org.w3c.tidy.TagCheckImpl$CheckLINK extends java.lang.Object implements org.w3c.tidy.TagCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.AttVal missingType org.w3c.tidy.AttVal type org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal rel }
org/w3c/tidy/Parser.class
Parser.java package org.w3c.tidy public abstract org.w3c.tidy.Parser extends java.lang.Object { public abstract void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) }
org/w3c/tidy/ParserImpl$ParseColGroup.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseColGroup extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Node parent org.w3c.tidy.Lexer lexer org.w3c.tidy.Node colgroup short mode org.w3c.tidy.Node node org.w3c.tidy.TagTable tt }
org/w3c/tidy/ParsePropertyImpl$ParseInt.class
ParsePropertyImpl.java package org.w3c.tidy org.w3c.tidy.ParsePropertyImpl$ParseInt extends java.lang.Object implements org.w3c.tidy.ParseProperty { void <init> () public java.lang.Object parse (java.lang.String, java.lang.String, org.w3c.tidy.Configuration) NumberFormatException e String value String option org.w3c.tidy.Configuration configuration int i public java.lang.String getType () public java.lang.String getOptionValues () public java.lang.String getFriendlyName (java.lang.String, java.lang.Object, org.w3c.tidy.Configuration) String option Object value org.w3c.tidy.Configuration configuration }
org/w3c/tidy/Attribute.class
Attribute.java package org.w3c.tidy public org.w3c.tidy.Attribute extends java.lang.Object { private String name private boolean nowrap private boolean literal private java.util.EnumSet versions private org.w3c.tidy.AttrCheck attrchk public void <init> (java.lang.String, java.util.EnumSet, org.w3c.tidy.AttrCheck) String attributeName java.util.EnumSet htmlVersions org.w3c.tidy.AttrCheck check public void setLiteral (boolean) boolean isLiteral public void setNowrap (boolean) boolean isNowrap public org.w3c.tidy.AttrCheck getAttrchk () public boolean isLiteral () public java.lang.String getName () public boolean isNowrap () public java.util.EnumSet getVersions () }
org/w3c/tidy/AttrCheckImpl$CheckScript.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckScript extends java.lang.Object implements org.w3c.tidy.AttrCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval }
org/w3c/tidy/HtmlVersion.class
HtmlVersion.java package org.w3c.tidy public final enum org.w3c.tidy.HtmlVersion extends java.lang.Enum { public static final enum org.w3c.tidy.HtmlVersion UNKNOWN public static final enum org.w3c.tidy.HtmlVersion HTML20 public static final enum org.w3c.tidy.HtmlVersion HTML32 public static final enum org.w3c.tidy.HtmlVersion HTML40_STRICT public static final enum org.w3c.tidy.HtmlVersion HTML40_LOOSE public static final enum org.w3c.tidy.HtmlVersion FRAMESET public static final enum org.w3c.tidy.HtmlVersion XML public static final enum org.w3c.tidy.HtmlVersion NETSCAPE public static final enum org.w3c.tidy.HtmlVersion MICROSOFT public static final enum org.w3c.tidy.HtmlVersion SUN public static final enum org.w3c.tidy.HtmlVersion MALFORMED public static final enum org.w3c.tidy.HtmlVersion XHTML11 public static final enum org.w3c.tidy.HtmlVersion BASIC public static final enum org.w3c.tidy.HtmlVersion HTML5 private static final synthetic org.w3c.tidy.HtmlVersion[] $VALUES public static org.w3c.tidy.HtmlVersion[] values () public static org.w3c.tidy.HtmlVersion valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/w3c/tidy/Tidy.class
Tidy.java package org.w3c.tidy public org.w3c.tidy.Tidy extends java.lang.Object implements java.io.Serializable { static final long serialVersionUID private static final java.util.Map CMDLINE_ALIAS private java.io.PrintWriter errout private java.io.PrintWriter stderr private org.w3c.tidy.Configuration configuration private String inputStreamName private int parseErrors private int parseWarnings private org.w3c.tidy.Report report public void <init> () org.w3c.tidy.TagTable tt public org.w3c.tidy.Configuration getConfiguration () public java.io.PrintWriter getStderr () public int getParseErrors () public int getParseWarnings () public void setInputStreamName (java.lang.String) String name public java.lang.String getInputStreamName () public java.io.PrintWriter getErrout () public void setErrout (java.io.PrintWriter) java.io.PrintWriter out public void setConfigurationFromFile (java.lang.String) String filename public void setConfigurationFromProps (java.util.Properties) java.util.Properties props public static org.w3c.dom.Document createEmptyDocument () org.w3c.tidy.Node document org.w3c.tidy.Node node public org.w3c.tidy.Node parse (java.io.InputStream, java.io.OutputStream) java.io.InputStream in java.io.OutputStream out org.w3c.tidy.StreamIn streamIn org.w3c.tidy.Out o public org.w3c.tidy.Node parse (java.io.Reader, java.io.OutputStream) java.io.Reader in java.io.OutputStream out org.w3c.tidy.StreamIn streamIn org.w3c.tidy.Out o public org.w3c.tidy.Node parse (java.io.Reader, java.io.Writer) java.io.Reader in java.io.Writer out org.w3c.tidy.StreamIn streamIn org.w3c.tidy.Out o public org.w3c.tidy.Node parse (java.io.InputStream, java.io.Writer) java.io.InputStream in java.io.Writer out org.w3c.tidy.StreamIn streamIn org.w3c.tidy.Out o public org.w3c.dom.Document parseDOM (java.io.InputStream, java.io.OutputStream) java.io.InputStream in java.io.OutputStream out org.w3c.tidy.Node document public org.w3c.dom.Document parseDOM (java.io.Reader, java.io.Writer) java.io.Reader in java.io.Writer out org.w3c.tidy.Node document public void pprint (org.w3c.dom.Document, java.io.OutputStream) org.w3c.dom.Document doc java.io.OutputStream out public void pprint (org.w3c.dom.Node, java.io.OutputStream) org.w3c.dom.Node node java.io.OutputStream out private org.w3c.tidy.Node parse (org.w3c.tidy.StreamIn, org.w3c.tidy.Out) org.w3c.tidy.Clean cleaner org.w3c.tidy.Node doctype org.w3c.tidy.PPrint pprint org.w3c.tidy.Node body org.w3c.tidy.Node doctype org.w3c.tidy.PPrint pprint org.w3c.tidy.StreamIn streamIn org.w3c.tidy.Out o org.w3c.tidy.Lexer lexer org.w3c.tidy.Node document private org.w3c.tidy.Node parse (java.io.InputStream, java.lang.String, java.io.OutputStream) throws java.io.FileNotFoundException java.io.IOException java.io.InputStream in String file java.io.OutputStream out org.w3c.tidy.StreamIn streamIn org.w3c.tidy.Out o boolean inputStreamOpen boolean outputStreamOpen org.w3c.tidy.Node node private void pprint (org.w3c.tidy.Node, java.io.OutputStream) org.w3c.tidy.Out o org.w3c.tidy.Lexer lexer org.w3c.tidy.PPrint pprint org.w3c.tidy.Node node java.io.OutputStream out public static void main (java.lang.String[]) String[] argv org.w3c.tidy.Tidy tidy int returnCode protected int mainExec (java.lang.String[]) int i String argName String argValue String alias java.io.IOException e String errorfile String file java.io.IOException ioe String file String[] argv int argCount int argIndex java.util.Properties properties public void setMessageListener (org.w3c.tidy.TidyMessageListener) org.w3c.tidy.TidyMessageListener listener public void setSpaces (int) int spaces public int getSpaces () public void setWraplen (int) int wraplen public int getWraplen () public void setTabsize (int) int tabsize public int getTabsize () public void setErrfile (java.lang.String) String errfile public java.lang.String getErrfile () public void setWriteback (boolean) boolean writeback public boolean getWriteback () public void setOnlyErrors (boolean) boolean onlyErrors public boolean getOnlyErrors () public void setShowWarnings (boolean) boolean showWarnings public boolean getShowWarnings () public void setQuiet (boolean) boolean quiet public boolean getQuiet () public void setIndentContent (boolean) boolean indentContent public boolean getIndentContent () public void setSmartIndent (boolean) boolean smartIndent public boolean getSmartIndent () public void setHideEndTags (boolean) boolean hideEndTags public boolean getHideEndTags () public void setXmlTags (boolean) boolean xmlTags public boolean getXmlTags () public void setXmlOut (boolean) boolean xmlOut public boolean getXmlOut () public void setXHTML (boolean) boolean xhtml public boolean getXHTML () public void setUpperCaseTags (boolean) boolean upperCaseTags public boolean getUpperCaseTags () public void setUpperCaseAttrs (boolean) boolean upperCaseAttrs public boolean getUpperCaseAttrs () public void setMakeClean (boolean) boolean makeClean public boolean getMakeClean () public void setMakeBare (boolean) boolean makeBare public boolean getMakeBare () public void setBreakBeforeBR (boolean) boolean breakBeforeBR public boolean getBreakBeforeBR () public void setBurstSlides (boolean) boolean burstSlides public boolean getBurstSlides () public void setNumEntities (boolean) boolean numEntities public boolean getNumEntities () public void setQuoteMarks (boolean) boolean quoteMarks public boolean getQuoteMarks () public void setQuoteNbsp (boolean) boolean quoteNbsp public boolean getQuoteNbsp () public void setQuoteAmpersand (boolean) boolean quoteAmpersand public boolean getQuoteAmpersand () public void setWrapAttVals (boolean) boolean wrapAttVals public boolean getWrapAttVals () public void setWrapScriptlets (boolean) boolean wrapScriptlets public boolean getWrapScriptlets () public void setWrapSection (boolean) boolean wrapSection public boolean getWrapSection () public void setAltText (java.lang.String) String altText public java.lang.String getAltText () public void setXmlPi (boolean) boolean xmlPi public boolean getXmlPi () public void setDropFontTags (boolean) boolean dropFontTags public boolean getDropFontTags () public void setDropProprietaryAttributes (boolean) boolean dropProprietaryAttributes public void setDropProprietaryTags (boolean) boolean dropProprietaryTags public boolean getDropProprietaryAttributes () public boolean getDropProprietaryTags () public void setDropEmptyParas (boolean) boolean dropEmptyParas public boolean getDropEmptyParas () public void setFixComments (boolean) boolean fixComments public boolean getFixComments () public void setWrapAsp (boolean) boolean wrapAsp public boolean getWrapAsp () public void setWrapJste (boolean) boolean wrapJste public boolean getWrapJste () public void setWrapPhp (boolean) boolean wrapPhp public boolean getWrapPhp () public void setFixBackslash (boolean) boolean fixBackslash public boolean getFixBackslash () public void setIndentAttributes (boolean) boolean indentAttributes public boolean getIndentAttributes () public void setDocType (java.lang.String) String doctype public java.lang.String getDocType () String result public void setLogicalEmphasis (boolean) boolean logicalEmphasis public boolean getLogicalEmphasis () public void setXmlPIs (boolean) boolean xmlPIs public boolean getXmlPIs () public void setEncloseText (boolean) boolean encloseText public boolean getEncloseText () public void setEncloseBlockText (boolean) boolean encloseBlockText public boolean getEncloseBlockText () public void setWord2000 (boolean) boolean word2000 public boolean getWord2000 () public void setTidyMark (boolean) boolean tidyMark public boolean getTidyMark () public void setXmlSpace (boolean) boolean xmlSpace public boolean getXmlSpace () public void setEmacs (boolean) boolean emacs public boolean getEmacs () public void setLiteralAttribs (boolean) boolean literalAttribs public boolean getLiteralAttribs () public void setPrintBodyOnly (boolean) boolean bodyOnly public boolean getPrintBodyOnly () public void setFixUri (boolean) boolean fixUri public boolean getFixUri () public void setLowerLiterals (boolean) boolean lowerLiterals public boolean getLowerLiterals () public void setHideComments (boolean) boolean hideComments public boolean getHideComments () public void setIndentCdata (boolean) boolean indentCdata public boolean getIndentCdata () public void setForceOutput (boolean) boolean forceOutput public boolean getForceOutput () public void setShowErrors (int) int showErrors public int getShowErrors () public void setAsciiChars (boolean) boolean asciiChars public boolean getAsciiChars () public void setJoinClasses (boolean) boolean joinClasses public boolean getJoinClasses () public void setJoinStyles (boolean) boolean joinStyles public boolean getJoinStyles () public void setTrimEmptyElements (boolean) boolean trimEmpty public boolean getTrimEmptyElements () public void setReplaceColor (boolean) boolean replaceColor public boolean getReplaceColor () public void setEscapeCdata (boolean) boolean escapeCdata public boolean getEscapeCdata () public void setRepeatedAttributes (int) int repeatedAttributes public int getRepeatedAttributes () public void setKeepFileTimes (boolean) boolean keepFileTimes public boolean getKeepFileTimes () public void setRawOut (boolean) boolean rawOut public boolean getRawOut () public void setInputEncoding (java.lang.String) String encoding public java.lang.String getInputEncoding () public void setOutputEncoding (java.lang.String) String encoding public java.lang.String getOutputEncoding () static void <clinit> () }
org/w3c/tidy/ParsePropertyImpl$ParseInvBoolean.class
ParsePropertyImpl.java package org.w3c.tidy org.w3c.tidy.ParsePropertyImpl$ParseInvBoolean extends java.lang.Object implements org.w3c.tidy.ParseProperty { void <init> () public java.lang.Object parse (java.lang.String, java.lang.String, org.w3c.tidy.Configuration) String value String option org.w3c.tidy.Configuration configuration public java.lang.String getType () public java.lang.String getOptionValues () public java.lang.String getFriendlyName (java.lang.String, java.lang.Object, org.w3c.tidy.Configuration) String option Object value org.w3c.tidy.Configuration configuration }
tidy.gif
org/w3c/tidy/Lexer$W3CVersionInfo.class
Lexer.java package org.w3c.tidy org.w3c.tidy.Lexer$W3CVersionInfo extends java.lang.Object { String name String voyagerName String profile org.w3c.tidy.HtmlVersion code public void <init> (java.lang.String, java.lang.String, java.lang.String, org.w3c.tidy.HtmlVersion) String name String voyagerName String profile org.w3c.tidy.HtmlVersion code }
org/w3c/tidy/DOMCharacterDataImpl.class
DOMCharacterDataImpl.java package org.w3c.tidy public org.w3c.tidy.DOMCharacterDataImpl extends org.w3c.tidy.DOMNodeImpl implements org.w3c.dom.CharacterData { protected void <init> (org.w3c.tidy.Node) org.w3c.tidy.Node adaptee public java.lang.String getData () throws org.w3c.dom.DOMException public int getLength () int len public java.lang.String substringData (int, int) throws org.w3c.dom.DOMException int len int offset int count String value public void setData (java.lang.String) throws org.w3c.dom.DOMException String data public void appendData (java.lang.String) throws org.w3c.dom.DOMException String arg public void insertData (int, java.lang.String) throws org.w3c.dom.DOMException int offset String arg StringBuilder sb public void deleteData (int, int) throws org.w3c.dom.DOMException int offset int count StringBuilder sb int end public void replaceData (int, int, java.lang.String) throws org.w3c.dom.DOMException int offset int count String arg }
org/w3c/tidy/AttrCheckImpl$CheckUrl.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckUrl extends java.lang.Object implements org.w3c.tidy.AttrCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) char c char c StringBuilder dest org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval boolean escapeFound boolean backslashFound int i String p boolean isJavascript }
org/w3c/tidy/ParsePropertyImpl.class
ParsePropertyImpl.java package org.w3c.tidy public final org.w3c.tidy.ParsePropertyImpl extends java.lang.Object { static final org.w3c.tidy.ParseProperty INT static final org.w3c.tidy.ParseProperty BOOL static final org.w3c.tidy.ParseProperty INVBOOL static final org.w3c.tidy.ParseProperty CHAR_ENCODING static final org.w3c.tidy.ParseProperty NAME static final org.w3c.tidy.ParseProperty TAGNAMES static final org.w3c.tidy.ParseProperty DOCTYPE static final org.w3c.tidy.ParseProperty REPEATED_ATTRIBUTES static final org.w3c.tidy.ParseProperty STRING static final org.w3c.tidy.ParseProperty INDENT static final org.w3c.tidy.ParseProperty CSS1SELECTOR static final org.w3c.tidy.ParseProperty NEWLINE private void <init> () static void <clinit> () }
org/w3c/tidy/ant/JTidyTask.class
JTidyTask.java package org.w3c.tidy.ant public org.w3c.tidy.ant.JTidyTask extends org.apache.tools.ant.Task { private final java.util.List filesets private java.io.File destdir private java.io.File destfile private java.io.File srcfile private boolean failonerror private boolean flatten private org.w3c.tidy.Tidy tidy private java.util.Properties props private java.io.File properties public void <init> () public void setDestdir (java.io.File) java.io.File destdir public void setDestfile (java.io.File) java.io.File destfile public void setSrcfile (java.io.File) java.io.File srcfile public void setFailonerror (boolean) boolean failonerror public void setFlatten (boolean) boolean flatten public void setProperties (java.io.File) java.io.File properties public void addFileset (org.apache.tools.ant.types.FileSet) org.apache.tools.ant.types.FileSet fileSet public void addConfiguredParameter (org.apache.tools.ant.types.Parameter) org.apache.tools.ant.types.Parameter prop public void init () protected void validateParameters () public void execute () java.io.IOException e protected void executeSingle () protected void executeSet () String[] mapped String sourceFile org.apache.tools.ant.DirectoryScanner directoryScanner String[] sourceFiles java.io.File inputdir org.apache.tools.ant.types.FileSet fileSet org.apache.tools.ant.util.FileNameMapper mapper protected void processFile (java.io.File, java.io.File) java.io.OutputStream os java.io.IOException e java.io.InputStream is java.io.IOException e java.io.IOException e java.io.File inputFile java.io.File outputFile }
org/w3c/tidy/OutJavaImpl.class
OutJavaImpl.java package org.w3c.tidy public org.w3c.tidy.OutJavaImpl extends java.lang.Object implements org.w3c.tidy.Out { private java.io.Writer writer private char[] newline protected void <init> (org.w3c.tidy.Configuration, java.lang.String, java.io.OutputStream) throws java.io.UnsupportedEncodingException org.w3c.tidy.Configuration configuration String encoding java.io.OutputStream out protected void <init> (org.w3c.tidy.Configuration, java.io.Writer) org.w3c.tidy.Configuration configuration java.io.Writer out public void outc (int) java.io.IOException e int c public void outc (byte) java.io.IOException e byte c public void newline () java.io.IOException e public void flush () java.io.IOException e }
org/w3c/tidy/Entity.class
Entity.java package org.w3c.tidy public org.w3c.tidy.Entity extends java.lang.Object { private String name private short code public void <init> (java.lang.String, int) String name int code public short getCode () public java.lang.String getName () }
jtidy.properties
org/w3c/tidy/ValidUTF8Sequence.class
ValidUTF8Sequence.java package org.w3c.tidy public org.w3c.tidy.ValidUTF8Sequence extends java.lang.Object { int lowChar int highChar int numBytes char[] validBytes public void <init> (int, int, int, char[]) int lowChar int highChar int numBytes char[] validBytes }
org/w3c/tidy/DOMProcessingInstructionImpl.class
DOMProcessingInstructionImpl.java package org.w3c.tidy public org.w3c.tidy.DOMProcessingInstructionImpl extends org.w3c.tidy.DOMNodeImpl implements org.w3c.dom.ProcessingInstruction { protected void <init> (org.w3c.tidy.Node) org.w3c.tidy.Node adaptee public short getNodeType () public java.lang.String getTarget () public java.lang.String getData () public void setData (java.lang.String) throws org.w3c.dom.DOMException String data }
org/w3c/tidy/TagCheckImpl$CheckCaption.class
TagCheckImpl.java package org.w3c.tidy public org.w3c.tidy.TagCheckImpl$CheckCaption extends java.lang.Object implements org.w3c.tidy.TagCheck { private static final java.util.EnumSet NEITHER_HTML20_NOR_HTML32 public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval String value static void <clinit> () }
org/w3c/tidy/ParsePropertyImpl$ParseName.class
ParsePropertyImpl.java package org.w3c.tidy org.w3c.tidy.ParsePropertyImpl$ParseName extends java.lang.Object implements org.w3c.tidy.ParseProperty { void <init> () public java.lang.Object parse (java.lang.String, java.lang.String, org.w3c.tidy.Configuration) String value String option org.w3c.tidy.Configuration configuration java.util.StringTokenizer t String rs public java.lang.String getType () public java.lang.String getOptionValues () public java.lang.String getFriendlyName (java.lang.String, java.lang.Object, org.w3c.tidy.Configuration) String option Object value org.w3c.tidy.Configuration configuration }
org/w3c/tidy/ParserImpl$ParseHead.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseHead extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node head short mode org.w3c.tidy.Node node int hasTitle int hasBase org.w3c.tidy.TagTable tt }
org/w3c/tidy/ParserImpl$ParseBody.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseBody extends java.lang.Object implements org.w3c.tidy.Parser { private static final java.util.EnumSet NEITHER_HTML40_STRICT_NOR_HTML20 public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Node para boolean iswhitenode org.w3c.tidy.Lexer lexer org.w3c.tidy.Node body short mode org.w3c.tidy.Node node boolean checkstack org.w3c.tidy.TagTable tt static void <clinit> () }
org/w3c/tidy/DOMCDATASectionImpl.class
DOMCDATASectionImpl.java package org.w3c.tidy public org.w3c.tidy.DOMCDATASectionImpl extends org.w3c.tidy.DOMTextImpl implements org.w3c.dom.CDATASection { protected void <init> (org.w3c.tidy.Node) org.w3c.tidy.Node adaptee public java.lang.String getNodeName () public short getNodeType () }
org/w3c/tidy/TagCheckImpl$CheckSCRIPT.class
TagCheckImpl.java package org.w3c.tidy public org.w3c.tidy.TagCheckImpl$CheckSCRIPT extends java.lang.Object implements org.w3c.tidy.TagCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) String str org.w3c.tidy.AttVal missingType org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal lang org.w3c.tidy.AttVal type }
org/w3c/tidy/DOMDocumentImpl.class
DOMDocumentImpl.java package org.w3c.tidy public org.w3c.tidy.DOMDocumentImpl extends org.w3c.tidy.DOMNodeImpl implements org.w3c.dom.Document { private org.w3c.tidy.TagTable tt protected void <init> (org.w3c.tidy.Node) org.w3c.tidy.Node adaptee public java.lang.String getNodeName () public short getNodeType () public org.w3c.dom.DocumentType getDoctype () org.w3c.tidy.Node node public org.w3c.dom.DOMImplementation getImplementation () public org.w3c.dom.Element getDocumentElement () org.w3c.tidy.Node node public org.w3c.dom.Element createElement (java.lang.String) throws org.w3c.dom.DOMException String tagName org.w3c.tidy.Node node public org.w3c.dom.DocumentFragment createDocumentFragment () public org.w3c.dom.Text createTextNode (java.lang.String) String data byte[] textarray org.w3c.tidy.Node node public org.w3c.dom.Comment createComment (java.lang.String) String data byte[] textarray org.w3c.tidy.Node node public org.w3c.dom.CDATASection createCDATASection (java.lang.String) throws org.w3c.dom.DOMException String data public org.w3c.dom.ProcessingInstruction createProcessingInstruction (java.lang.String, java.lang.String) throws org.w3c.dom.DOMException String target String data public org.w3c.dom.Attr createAttribute (java.lang.String) throws org.w3c.dom.DOMException String name org.w3c.tidy.AttVal av public org.w3c.dom.EntityReference createEntityReference (java.lang.String) throws org.w3c.dom.DOMException String name public org.w3c.dom.NodeList getElementsByTagName (java.lang.String) String tagname public org.w3c.dom.Node importNode (org.w3c.dom.Node, boolean) throws org.w3c.dom.DOMException org.w3c.dom.Node importedNode boolean deep public org.w3c.dom.Attr createAttributeNS (java.lang.String, java.lang.String) throws org.w3c.dom.DOMException String namespaceURI String qualifiedName public org.w3c.dom.Element createElementNS (java.lang.String, java.lang.String) throws org.w3c.dom.DOMException String namespaceURI String qualifiedName public org.w3c.dom.NodeList getElementsByTagNameNS (java.lang.String, java.lang.String) String namespaceURI String localName public org.w3c.dom.Element getElementById (java.lang.String) String elementId public org.w3c.dom.Node adoptNode (org.w3c.dom.Node) throws org.w3c.dom.DOMException org.w3c.dom.Node source public java.lang.String getDocumentURI () public org.w3c.dom.DOMConfiguration getDomConfig () public java.lang.String getInputEncoding () public boolean getStrictErrorChecking () public java.lang.String getXmlEncoding () public boolean getXmlStandalone () public java.lang.String getXmlVersion () public void normalizeDocument () public org.w3c.dom.Node renameNode (org.w3c.dom.Node, java.lang.String, java.lang.String) throws org.w3c.dom.DOMException org.w3c.dom.Node n String namespaceURI String qualifiedName public void setDocumentURI (java.lang.String) String documentURI public void setStrictErrorChecking (boolean) boolean strictErrorChecking public void setXmlStandalone (boolean) throws org.w3c.dom.DOMException boolean xmlStandalone public void setXmlVersion (java.lang.String) throws org.w3c.dom.DOMException String xmlVersion }
org/w3c/tidy/ParserImpl$ParseOptGroup.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseOptGroup extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node field short mode org.w3c.tidy.Node node org.w3c.tidy.TagTable tt }
org/w3c/tidy/AttrCheckImpl$CheckTarget.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckTarget extends java.lang.Object implements org.w3c.tidy.AttrCheck { private static final String[] VALID_VALUES public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval String value static void <clinit> () }
org/w3c/tidy/ParserImpl$ParseSelect.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseSelect extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node field short mode org.w3c.tidy.Node node org.w3c.tidy.TagTable tt }
org/w3c/tidy/TagCheckImpl$CheckTableCell.class
TagCheckImpl.java package org.w3c.tidy public org.w3c.tidy.TagCheckImpl$CheckTableCell extends java.lang.Object implements org.w3c.tidy.TagCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node }
org/w3c/tidy/ParserImpl$ParseTitle.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseTitle extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node title short mode org.w3c.tidy.Node node }
org/w3c/tidy/TidyMessages_de.properties
META-INF/maven/com.github.jtidy/jtidy/pom.properties
org/w3c/tidy/ParsePropertyImpl$ParseCharEncoding.class
ParsePropertyImpl.java package org.w3c.tidy org.w3c.tidy.ParsePropertyImpl$ParseCharEncoding extends java.lang.Object implements org.w3c.tidy.ParseProperty { void <init> () public java.lang.Object parse (java.lang.String, java.lang.String, org.w3c.tidy.Configuration) String value String option org.w3c.tidy.Configuration configuration public java.lang.String getType () public java.lang.String getOptionValues () public java.lang.String getFriendlyName (java.lang.String, java.lang.Object, org.w3c.tidy.Configuration) String option Object value org.w3c.tidy.Configuration configuration }
org/w3c/tidy/AttrCheckImpl$CheckVType.class
AttrCheckImpl.java package org.w3c.tidy public org.w3c.tidy.AttrCheckImpl$CheckVType extends java.lang.Object implements org.w3c.tidy.AttrCheck { private static final String[] VALID_VALUES public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node, org.w3c.tidy.AttVal) org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval static void <clinit> () }
org/w3c/tidy/ParserImpl$ParseTableTag.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseTableTag extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Node parent org.w3c.tidy.Lexer lexer org.w3c.tidy.Node table short mode org.w3c.tidy.Node node int istackbase org.w3c.tidy.TagTable tt }
org/w3c/tidy/DOMNodeImpl.class
DOMNodeImpl.java package org.w3c.tidy public org.w3c.tidy.DOMNodeImpl extends java.lang.Object implements org.w3c.dom.Node { protected org.w3c.tidy.Node adaptee protected void <init> (org.w3c.tidy.Node) org.w3c.tidy.Node adaptee public java.lang.String getNodeValue () String value public void setNodeValue (java.lang.String) byte[] textarray String nodeValue public java.lang.String getNodeName () public short getNodeType () short result public org.w3c.dom.Node getParentNode () public org.w3c.dom.NodeList getChildNodes () public org.w3c.dom.Node getFirstChild () public org.w3c.dom.Node getLastChild () public org.w3c.dom.Node getPreviousSibling () public org.w3c.dom.Node getNextSibling () public org.w3c.dom.NamedNodeMap getAttributes () public org.w3c.dom.Document getOwnerDocument () org.w3c.tidy.Node node public org.w3c.dom.Node insertBefore (org.w3c.dom.Node, org.w3c.dom.Node) org.w3c.tidy.DOMNodeImpl refCh org.w3c.dom.Node newChild org.w3c.dom.Node refChild org.w3c.tidy.DOMNodeImpl newCh public org.w3c.dom.Node replaceChild (org.w3c.dom.Node, org.w3c.dom.Node) org.w3c.dom.Node newChild org.w3c.dom.Node oldChild public org.w3c.dom.Node removeChild (org.w3c.dom.Node) org.w3c.dom.Node oldChild org.w3c.tidy.Node ref public org.w3c.dom.Node appendChild (org.w3c.dom.Node) org.w3c.dom.Node newChild org.w3c.tidy.DOMNodeImpl newCh public boolean hasChildNodes () public org.w3c.dom.Node cloneNode (boolean) boolean deep org.w3c.tidy.Node node public void normalize () public boolean supports (java.lang.String, java.lang.String) String feature String version public java.lang.String getNamespaceURI () public java.lang.String getPrefix () public void setPrefix (java.lang.String) throws org.w3c.dom.DOMException String prefix public java.lang.String getLocalName () public boolean isSupported (java.lang.String, java.lang.String) String feature String version public boolean hasAttributes () public short compareDocumentPosition (org.w3c.dom.Node) throws org.w3c.dom.DOMException org.w3c.dom.Node other public java.lang.String getBaseURI () public java.lang.Object getFeature (java.lang.String, java.lang.String) String feature String version public java.lang.String getTextContent () throws org.w3c.dom.DOMException public java.lang.Object getUserData (java.lang.String) String key public boolean isDefaultNamespace (java.lang.String) String namespaceURI public boolean isEqualNode (org.w3c.dom.Node) org.w3c.dom.Node arg public boolean isSameNode (org.w3c.dom.Node) org.w3c.dom.Node other public java.lang.String lookupNamespaceURI (java.lang.String) String prefix public java.lang.String lookupPrefix (java.lang.String) String namespaceURI public void setTextContent (java.lang.String) throws org.w3c.dom.DOMException String textContent public java.lang.Object setUserData (java.lang.String, java.lang.Object, org.w3c.dom.UserDataHandler) String key Object data org.w3c.dom.UserDataHandler handler }
org/w3c/tidy/ParserImpl$ParseDefList.class
ParserImpl.java package org.w3c.tidy public org.w3c.tidy.ParserImpl$ParseDefList extends java.lang.Object implements org.w3c.tidy.Parser { public void <init> () public void parse (org.w3c.tidy.Lexer, org.w3c.tidy.Node, short) org.w3c.tidy.Node parent org.w3c.tidy.Lexer lexer org.w3c.tidy.Node list short mode org.w3c.tidy.Node node org.w3c.tidy.TagTable tt }
org/w3c/tidy/TagCheckImpl$CheckIMG.class
TagCheckImpl.java package org.w3c.tidy public org.w3c.tidy.TagCheckImpl$CheckIMG extends java.lang.Object implements org.w3c.tidy.TagCheck { public void <init> () public void check (org.w3c.tidy.Lexer, org.w3c.tidy.Node) org.w3c.tidy.Attribute attribute org.w3c.tidy.AttVal missingAlt org.w3c.tidy.AttVal missingSrc org.w3c.tidy.AttVal missingIsMap org.w3c.tidy.Lexer lexer org.w3c.tidy.Node node org.w3c.tidy.AttVal attval boolean hasAlt boolean hasSrc boolean hasUseMap boolean hasIsMap boolean hasDataFld }
META-INF/maven/com.github.jtidy/jtidy/pom.xml