public interface ParserInterface
Modifier and Type | Method and Description |
---|---|
java.util.List<Entity> |
getEntities()
Get a collection of the Entity objects.
|
int |
getEntityCount()
returns the total number of entities in the data item collection that was
passed to this class when the object was created.
|
void |
parse(org.xml.sax.InputSource source)
parses the EML package using an InputSource
|
void parse(org.xml.sax.InputSource source) throws java.lang.Exception
java.lang.Exception
java.util.List<Entity> getEntities()
int getEntityCount()