|
HTML Parser Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.htmlparser.nodes.AbstractNode
org.htmlparser.nodes.TagNode
org.htmlparser.tags.CompositeTag
org.htmlparser.tags.FormTag
public class FormTag
Represents a FORM tag.
Field Summary | |
---|---|
static java.lang.String |
GET
The "GET" method. |
protected java.lang.String |
mFormLocation
This is the derived form location, based on action. |
static java.lang.String |
POST
The "POST" method. |
Fields inherited from class org.htmlparser.tags.CompositeTag |
---|
mDefaultCompositeScanner, mEndTag |
Fields inherited from class org.htmlparser.nodes.TagNode |
---|
breakTags, mAttributes, mDefaultScanner |
Fields inherited from class org.htmlparser.nodes.AbstractNode |
---|
children, mPage, nodeBegin, nodeEnd, parent |
Constructor Summary | |
---|---|
FormTag()
Create a new form tag. |
Method Summary | |
---|---|
java.lang.String |
extractFormLocn()
Extract the ACTION attribute as an absolute URL. |
java.lang.String[] |
getEnders()
Return the set of tag names that cause this tag to finish. |
java.lang.String[] |
getEndTagEnders()
Return the set of end tag names that cause this tag to finish. |
NodeList |
getFormInputs()
Get the list of input fields. |
java.lang.String |
getFormLocation()
Get the value of the action attribute. |
java.lang.String |
getFormMethod()
Returns the method of the form, GET or POST. |
java.lang.String |
getFormName()
Get the value of the name attribute. |
NodeList |
getFormTextareas()
Get the list of text areas. |
java.lang.String[] |
getIds()
Return the set of names handled by this tag. |
InputTag |
getInputTag(java.lang.String name)
Get the input tag in the form corresponding to the given name |
TextareaTag |
getTextAreaTag(java.lang.String name)
Find the textarea tag matching the given name |
void |
setFormLocation(java.lang.String url)
Set the form location. |
java.lang.String |
toString()
Return a string representation of the contents of this FORM tag suitable for debugging. |
Methods inherited from class org.htmlparser.tags.CompositeTag |
---|
accept, childAt, children, collectInto, digupStringNode, elements, findPositionOf, findPositionOf, findPositionOf, getChild, getChildCount, getChildrenAsNodeArray, getChildrenHTML, getEndTag, getStringText, getText, putChildrenInto, putEndTagInto, removeChild, searchByName, searchFor, searchFor, searchFor, searchFor, setEndTag, toHtml, toPlainTextString, toString |
Methods inherited from class org.htmlparser.nodes.TagNode |
---|
breaksFlow, getAttribute, getAttributeEx, getAttributesEx, getEndingLineNumber, getRawTagName, getStartingLineNumber, getTagBegin, getTagEnd, getTagName, getThisScanner, isEmptyXmlTag, isEndTag, removeAttribute, setAttribute, setAttribute, setAttribute, setAttributeEx, setAttributesEx, setEmptyXmlTag, setTagBegin, setTagEnd, setTagName, setText, setThisScanner |
Methods inherited from class org.htmlparser.nodes.AbstractNode |
---|
clone, doSemanticAction, getChildren, getEndPosition, getFirstChild, getLastChild, getNextSibling, getPage, getParent, getPreviousSibling, getStartPosition, setChildren, setEndPosition, setPage, setParent, setStartPosition, toHtml |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.htmlparser.Node |
---|
clone, doSemanticAction, getChildren, getEndPosition, getFirstChild, getLastChild, getNextSibling, getPage, getParent, getPreviousSibling, getStartPosition, setChildren, setEndPosition, setPage, setParent, setStartPosition, toHtml |
Field Detail |
---|
public static final java.lang.String POST
getFormMethod()
,
Constant Field Valuespublic static final java.lang.String GET
getFormMethod()
,
Constant Field Valuesprotected java.lang.String mFormLocation
Constructor Detail |
---|
public FormTag()
Method Detail |
---|
public java.lang.String[] getIds()
getIds
in interface Tag
getIds
in class TagNode
public java.lang.String[] getEnders()
getEnders
in interface Tag
getEnders
in class TagNode
public java.lang.String[] getEndTagEnders()
getEndTagEnders
in interface Tag
getEndTagEnders
in class TagNode
public NodeList getFormInputs()
public NodeList getFormTextareas()
public java.lang.String getFormLocation()
public void setFormLocation(java.lang.String url)
url
- The new FORM locationpublic java.lang.String getFormMethod()
public InputTag getInputTag(java.lang.String name)
name
- The name of the input tag to be retrieved
public java.lang.String getFormName()
public TextareaTag getTextAreaTag(java.lang.String name)
name
- Name of the textarea tag to be found within the form.
TEXTAREA
tag with the matching name.public java.lang.String toString()
FORM
tag suitable for debugging.
toString
in interface Node
toString
in class CompositeTag
public java.lang.String extractFormLocn()
ACTION
attribute as an absolute URL.
|
© 2005 Derrick Oswald Jul 26, 2009
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
HTML Parser is an open source library released under LGPL. | |