Class ParserEvent
java.lang.Object
java.util.EventObject
com.sun.java.help.impl.ParserEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionParserEvent(Object source, Tag tag) Represents a parsed Tag in the ParserParserEvent(Object source, String text) Represents a parsed continous block of text, a comment, or an error.ParserEvent(Object source, String target, String data) Represents a PI (processing instruction)ParserEvent(Object source, String root, String publicId, String systemId) Represents a DOCTYPE -
Method Summary
Methods inherited from class EventObject
getSource, toString
-
Constructor Details
-
ParserEvent
-
ParserEvent
-
ParserEvent
-
ParserEvent
-
-
Method Details
-
getTag
- Returns:
- the Tag
-
getText
- Returns:
- the text
-
getTarget
- Returns:
- the target
-
getData
- Returns:
- the data
-
getRoot
- Returns:
- the root
-
getPublicId
- Returns:
- the publicId
-
getSystemId
- Returns:
- the systemId
-