Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.htmlparser.tests.scannersTests
Class CompositeTagScannerTest.AnotherTag  view CompositeTagScannerTest.AnotherTag download CompositeTagScannerTest.AnotherTag.java

java.lang.Object
  extended byorg.htmlparser.Node
      extended byorg.htmlparser.tags.Tag
          extended byorg.htmlparser.tags.CompositeTag
              extended byorg.htmlparser.tests.scannersTests.CompositeTagScannerTest.AnotherTag
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CompositeTagScannerTest

public static class CompositeTagScannerTest.AnotherTag
extends org.htmlparser.tags.CompositeTag


Field Summary
 
Fields inherited from class org.htmlparser.tags.CompositeTag
childTags, endTag, startTag
 
Fields inherited from class org.htmlparser.tags.Tag
attributes, breakTags, EMPTYTAG, tagContents, TAGNAME, thisScanner, TYPE
 
Fields inherited from class org.htmlparser.Node
lineSeparator, nodeBegin, nodeEnd, parent
 
Constructor Summary
CompositeTagScannerTest.AnotherTag(org.htmlparser.tags.data.TagData tagData, org.htmlparser.tags.data.CompositeTagData compositeTagData)
           
 
Methods inherited from class org.htmlparser.tags.CompositeTag
accept, childAt, children, collectInto, collectInto, digupStringNode, elements, findPositionOf, findPositionOf, getChild, getChildCount, getChildren, getChildrenAsNodeArray, getChildrenHTML, getEndTag, getStartTag, putChildrenInto, putEndTagInto, putStartTagInto, searchByName, searchFor, searchFor, searchFor, toHtml, toPlainTextString
 
Methods inherited from class org.htmlparser.tags.Tag
append, append, breaksFlow, extractWord, find, getAttribute, getAttributes, getParameter, getParsed, getTagBegin, getTagEnd, getTagEndLine, getTagLine, getTagLines, getTagName, getTagStartLine, getText, getThisScanner, getType, isEmptyXmlTag, redoParseAttributes, scan, setAttribute, setAttributes, setEmptyXmlTag, setTagBegin, setTagEnd, setTagLine, setTagParser, setText, setThisScanner, toString
 
Methods inherited from class org.htmlparser.Node
elementBegin, elementEnd, getLineSeparator, getParent, setLineSeparator, setParent, toHTML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompositeTagScannerTest.AnotherTag

public CompositeTagScannerTest.AnotherTag(org.htmlparser.tags.data.TagData tagData,
                                          org.htmlparser.tags.data.CompositeTagData compositeTagData)