org.htmlparser.tags
public class ProcessingInstructionTag extends TagNode
Constructor Summary | |
---|---|
ProcessingInstructionTag()
Create a new processing instruction tag. |
Method Summary | |
---|---|
String[] | getIds()
Return the set of names handled by this tag. |
String | toString()
Returns a string representation of this processing instruction suitable for debugging. |
Returns: The names to be matched that create tags of this type.
Returns: A string representing this tag.
HTML Parser is an open source library released under LGPL. | |