public class KMLSchema extends AbstractXMLEventParser
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<KMLSimpleField> |
simpleFields |
CHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description |
|---|
KMLSchema(java.lang.String namespaceURI)
Construct an instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addSimpleField(KMLSimpleField o) |
protected void |
doAddEventContent(java.lang.Object o,
XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event,
java.lang.Object... args) |
java.lang.String |
getId() |
java.lang.String |
getName() |
java.util.List<KMLSimpleField> |
getSimpleFields() |
allocate, doAddCharacters, doAddEventAttribute, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, getRoot, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParentprotected java.util.List<KMLSimpleField> simpleFields
public KMLSchema(java.lang.String namespaceURI)
namespaceURI - the qualifying namespace URI. May be null to indicate no namespace qualification.protected void addSimpleField(KMLSimpleField o)
protected void doAddEventContent(java.lang.Object o,
XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event,
java.lang.Object... args)
throws javax.xml.stream.XMLStreamException
doAddEventContent in class AbstractXMLEventParserjavax.xml.stream.XMLStreamExceptionpublic java.lang.String getId()
public java.lang.String getName()
public java.util.List<KMLSimpleField> getSimpleFields()