|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cyberneko.html.HTMLScanner.ContentScanner
The primary HTML document scanner.
Constructor Summary | |
HTMLScanner.ContentScanner()
|
Method Summary | |
protected void |
addLocationItem(XMLAttributes attributes,
int index)
Adds location augmentations to the specified attribute. |
boolean |
scan(boolean complete)
Scan. |
protected boolean |
scanAttribute(XMLAttributesImpl attributes,
boolean[] empty)
Scans a real attribute. |
protected boolean |
scanAttribute(XMLAttributesImpl attributes,
boolean[] empty,
char endc)
Scans an attribute, pseudo or real. |
protected void |
scanCDATA()
Scans a CDATA section. |
protected void |
scanCharacters()
Scans characters. |
protected void |
scanComment()
Scans a comment. |
protected void |
scanEndElement()
Scans an end element. |
protected boolean |
scanMarkupContent(XMLStringBuffer buffer,
char cend)
Scans markup content. |
protected void |
scanPI()
Scans a processing instruction. |
protected boolean |
scanPseudoAttribute(XMLAttributesImpl attributes)
Scans a pseudo attribute. |
protected String |
scanStartElement(boolean[] empty)
Scans a start element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTMLScanner.ContentScanner()
Method Detail |
public boolean scan(boolean complete) throws IOException
scan
in interface HTMLScanner.Scanner
complete
- True if the scanner should not return until
scanning is complete.
IOException
- Thrown if I/O error occurs.protected void scanCharacters() throws IOException
IOException
protected void scanCDATA() throws IOException
IOException
protected void scanComment() throws IOException
IOException
protected boolean scanMarkupContent(XMLStringBuffer buffer, char cend) throws IOException
IOException
protected void scanPI() throws IOException
IOException
protected String scanStartElement(boolean[] empty) throws IOException
empty
- Is used for a second return value to indicate whether
the start element tag is empty (e.g. "/>").
IOException
protected boolean scanAttribute(XMLAttributesImpl attributes, boolean[] empty) throws IOException
attributes
- The list of attributes.empty
- Is used for a second return value to indicate
whether the start element tag is empty
(e.g. "/>").
IOException
protected boolean scanPseudoAttribute(XMLAttributesImpl attributes) throws IOException
attributes
- The list of attributes.
IOException
protected boolean scanAttribute(XMLAttributesImpl attributes, boolean[] empty, char endc) throws IOException
attributes
- The list of attributes.empty
- Is used for a second return value to indicate
whether the start element tag is empty
(e.g. "/>").endc
- The end character that appears before the
closing angle bracket ('>').
IOException
protected void addLocationItem(XMLAttributes attributes, int index)
protected void scanEndElement() throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |