JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
com.github.codemonstur.simplexml
Package
xmlparser.parsing
Interface EventParser
All Known Implementing Classes:
DomBuilder
public interface
EventParser
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
endNode
()
void
someText
(
String
txt)
void
startNode
(
String
name,
Map
<
String
,
String
> attrs)
Method Details
startNode
void
startNode
(
String
name,
Map
<
String
,
String
> attrs)
endNode
void
endNode
()
someText
void
someText
(
String
txt)