Package gov.nasa.worldwind.util.xml
Class BasicXMLEventParserContext
- java.lang.Object
-
- gov.nasa.worldwind.avlist.AVListImpl
-
- gov.nasa.worldwind.util.xml.BasicXMLEventParserContext
-
- All Implemented Interfaces:
AVList,XMLEventParserContext
- Direct Known Subclasses:
AtomParserContext,ColladaParserContext,GXParserContext,KMLParserContext,XALParserContext
public class BasicXMLEventParserContext extends AVListImpl implements XMLEventParserContext
Provides an implementation ofXMLEventParserContext. This class is meant to be the base class for schema-specific parsers.
-
-
Field Summary
Fields Modifier and Type Field Description static javax.xml.namespace.QNameBOOLEANThe parser name of the default boolean parser.static javax.xml.namespace.QNameBOOLEAN_INTEGERThe parser name of the default boolean integer parser.protected BooleanIntegerXMLEventParserbooleanIntegerParserprotected BooleanXMLEventParserbooleanParserprotected java.lang.StringdefaultNamespaceURIstatic javax.xml.namespace.QNameDOUBLEThe parser name of the default double parser.protected DoubleXMLEventParserdoubleParserprotected java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.Object>idTablestatic javax.xml.namespace.QNameINTEGERThe parser name of the default integer parser.protected IntegerXMLEventParserintegerParserprotected XMLParserNotificationListenernotificationListenerprotected java.util.concurrent.ConcurrentHashMap<javax.xml.namespace.QName,XMLEventParser>parsersprotected javax.xml.stream.XMLEventReaderreaderstatic javax.xml.namespace.QNameSTRINGThe parser name of the default string parser.protected StringXMLEventParserstringParserstatic javax.xml.namespace.QNameUNRECOGNIZEDThe parser name of the unrecognized-element parser.-
Fields inherited from interface gov.nasa.worldwind.util.xml.XMLEventParserContext
UNRECOGNIZED_ELEMENT_PARSER
-
-
Constructor Summary
Constructors Constructor Description BasicXMLEventParserContext()Construct an instance.BasicXMLEventParserContext(BasicXMLEventParserContext ctx)BasicXMLEventParserContext(javax.xml.stream.XMLEventReader eventReader)Construct an instance for a specified event reader.BasicXMLEventParserContext(javax.xml.stream.XMLEventReader eventReader, java.lang.String defaultNamespace)Construct an instance for a specified event reader and default namespace.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBooleanIntegerParsers(java.lang.String namespace, java.lang.String[] booleanIntegerFields)Add boolean integer parsers for a list of element types and qualified for a specified namespace.voidaddBooleanParsers(java.lang.String namespace, java.lang.String[] booleanFields)Add boolean parsers for a list of element types and qualified for a specified namespace.voidaddDoubleParsers(java.lang.String namespace, java.lang.String[] doubleFields)Add double parsers for a list of element types and qualified for a specified namespace.voidaddId(java.lang.String id, java.lang.Object o)Adds a mapping of an id attribute to its associated KML object.voidaddIntegerParsers(java.lang.String namespace, java.lang.String[] integerFields)Add integer parsers for a list of element types and qualified for a specified namespace.voidaddStringParsers(java.lang.String namespace, java.lang.String[] stringFields)Add string list parsers for a list of element types and qualified for a specified namespace.XMLEventParserallocate(javax.xml.stream.events.XMLEvent event)Create a parser for a specified event's element name, if a parser for that name is registered with the context.XMLEventParserallocate(javax.xml.stream.events.XMLEvent event, XMLEventParser defaultParser)Create a parser for a specified event's element name, if a parser for that name is registered with the context.BooleanIntegerXMLEventParsergetBooleanIntegerParser()Returns the default parser for a simple boolean integer (0 or 1).BooleanXMLEventParsergetBooleanParser()Returns the default parser for a simple boolean.java.lang.StringgetCharacters(javax.xml.stream.events.XMLEvent event)Returns the text associated with the event.java.lang.StringgetDefaultNamespaceURI()Returns the context's default namespace URI.DoubleXMLEventParsergetDoubleParser()Returns a parser for a simple double.javax.xml.stream.XMLEventReadergetEventReader()Returns the event reader used by this instance.java.util.Map<java.lang.String,java.lang.Object>getIdTable()Returns the table associating objects with their id attribute as specified in the object's KML file.IntegerXMLEventParsergetIntegerParser()Returns the default parser for a simple integer.XMLEventParsergetParser(javax.xml.namespace.QName name)Returns a new parser for a specified element name.XMLEventParsergetParser(javax.xml.stream.events.XMLEvent event)Returns a new parser for a specified event.protected XMLEventParsergetParser(javax.xml.stream.events.XMLEvent event, XMLEventParser defaultParser)StringXMLEventParsergetStringParser()Returns the default parser for a simple string.XMLEventParsergetUnrecognizedElementParser()Returns a parser to handle unrecognized elements.booleanhasNext()Indicates whether the event stream associated with this context contains another event.protected voidinitialize()protected voidinitializeDefaultNotificationListener()protected voidinitializeParsers()Initializes the parser table with the default parsers for the strings, integers, etc., qualified for the default namespace.booleanisDefaultNamespace(java.lang.String namespaceURI)Indicates whether the specified namespace URI is the default namespace URI used by this parser context.booleanisEndElement(javax.xml.stream.events.XMLEvent event, javax.xml.stream.events.XMLEvent startElement)Determines whether an event is the corresponding end element for a specified start event.static booleanisEndElementEvent(javax.xml.stream.events.XMLEvent event, javax.xml.stream.events.XMLEvent startElement)protected static booleanisNullNamespace(java.lang.String namespaceURI)booleanisSameAttributeName(javax.xml.namespace.QName qa, javax.xml.namespace.QName qb)Determines whether two fully qualified attribute names are the same.booleanisSameName(javax.xml.namespace.QName qa, javax.xml.namespace.QName qb)Determines whether two element names are the same.booleanisStartElement(javax.xml.stream.events.XMLEvent event, java.lang.String elementName)Determines whether an event is a start event for a specific event type indicated by its local name.booleanisStartElement(javax.xml.stream.events.XMLEvent event, javax.xml.namespace.QName elementName)Determines whether an event is a start event for a specific event type.javax.xml.stream.events.XMLEventnextEvent()Returns the next event in the event stream associated with this context.voidregisterParser(javax.xml.namespace.QName elementName, XMLEventParser parser)Registers a parser for a specified element name.voidsetDefaultNamespaceURI(java.lang.String defaultNamespaceURI)Specifies the context's default namespace URI.voidsetEventReader(javax.xml.stream.XMLEventReader reader)Specify the event reader for the parser context to use to parse XML.voidsetNotificationListener(XMLParserNotificationListener listener)Specify the object to receive notifications, which are sent when exceptions occur during parsing and when unrecognized element types are encountered.-
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gov.nasa.worldwind.avlist.AVList
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
-
-
-
-
Field Detail
-
DOUBLE
public static javax.xml.namespace.QName DOUBLE
The parser name of the default double parser.
-
INTEGER
public static javax.xml.namespace.QName INTEGER
The parser name of the default integer parser.
-
STRING
public static javax.xml.namespace.QName STRING
The parser name of the default string parser.
-
BOOLEAN
public static javax.xml.namespace.QName BOOLEAN
The parser name of the default boolean parser.
-
BOOLEAN_INTEGER
public static javax.xml.namespace.QName BOOLEAN_INTEGER
The parser name of the default boolean integer parser.
-
UNRECOGNIZED
public static javax.xml.namespace.QName UNRECOGNIZED
The parser name of the unrecognized-element parser.
-
reader
protected javax.xml.stream.XMLEventReader reader
-
stringParser
protected StringXMLEventParser stringParser
-
doubleParser
protected DoubleXMLEventParser doubleParser
-
integerParser
protected IntegerXMLEventParser integerParser
-
booleanParser
protected BooleanXMLEventParser booleanParser
-
booleanIntegerParser
protected BooleanIntegerXMLEventParser booleanIntegerParser
-
defaultNamespaceURI
protected java.lang.String defaultNamespaceURI
-
notificationListener
protected XMLParserNotificationListener notificationListener
-
idTable
protected java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.Object> idTable
-
parsers
protected java.util.concurrent.ConcurrentHashMap<javax.xml.namespace.QName,XMLEventParser> parsers
-
-
Constructor Detail
-
BasicXMLEventParserContext
public BasicXMLEventParserContext()
Construct an instance. InvokesinitializeParsers()andinitialize().
-
BasicXMLEventParserContext
public BasicXMLEventParserContext(javax.xml.stream.XMLEventReader eventReader)
Construct an instance for a specified event reader. InvokesinitializeParsers()andinitialize().- Parameters:
eventReader- the event reader to use for XML parsing.
-
BasicXMLEventParserContext
public BasicXMLEventParserContext(javax.xml.stream.XMLEventReader eventReader, java.lang.String defaultNamespace)Construct an instance for a specified event reader and default namespace. InvokesinitializeParsers()andinitialize().- Parameters:
eventReader- the event reader to use for XML parsing.defaultNamespace- the namespace URI of the default namespace.
-
BasicXMLEventParserContext
public BasicXMLEventParserContext(BasicXMLEventParserContext ctx)
-
-
Method Detail
-
initialize
protected void initialize()
-
initializeDefaultNotificationListener
protected void initializeDefaultNotificationListener()
-
initializeParsers
protected void initializeParsers()
Initializes the parser table with the default parsers for the strings, integers, etc., qualified for the default namespace.
-
addStringParsers
public void addStringParsers(java.lang.String namespace, java.lang.String[] stringFields)Description copied from interface:XMLEventParserContextAdd string list parsers for a list of element types and qualified for a specified namespace.- Specified by:
addStringParsersin interfaceXMLEventParserContext- Parameters:
namespace- the namespace URI.stringFields- the string list parser names.
-
addDoubleParsers
public void addDoubleParsers(java.lang.String namespace, java.lang.String[] doubleFields)Description copied from interface:XMLEventParserContextAdd double parsers for a list of element types and qualified for a specified namespace.- Specified by:
addDoubleParsersin interfaceXMLEventParserContext- Parameters:
namespace- the namespace URI.doubleFields- the string parsers.
-
addIntegerParsers
public void addIntegerParsers(java.lang.String namespace, java.lang.String[] integerFields)Description copied from interface:XMLEventParserContextAdd integer parsers for a list of element types and qualified for a specified namespace.- Specified by:
addIntegerParsersin interfaceXMLEventParserContext- Parameters:
namespace- the namespace URI.integerFields- the string parsers.
-
addBooleanParsers
public void addBooleanParsers(java.lang.String namespace, java.lang.String[] booleanFields)Description copied from interface:XMLEventParserContextAdd boolean parsers for a list of element types and qualified for a specified namespace.- Specified by:
addBooleanParsersin interfaceXMLEventParserContext- Parameters:
namespace- the namespace URI.booleanFields- the string parsers.
-
addBooleanIntegerParsers
public void addBooleanIntegerParsers(java.lang.String namespace, java.lang.String[] booleanIntegerFields)Description copied from interface:XMLEventParserContextAdd boolean integer parsers for a list of element types and qualified for a specified namespace.- Specified by:
addBooleanIntegerParsersin interfaceXMLEventParserContext- Parameters:
namespace- the namespace URI.booleanIntegerFields- the string parser.
-
getEventReader
public javax.xml.stream.XMLEventReader getEventReader()
Returns the event reader used by this instance.- Specified by:
getEventReaderin interfaceXMLEventParserContext- Returns:
- the instance's event reader.
-
setEventReader
public void setEventReader(javax.xml.stream.XMLEventReader reader)
Specify the event reader for the parser context to use to parse XML.- Parameters:
reader- the event reader to use.
-
getDefaultNamespaceURI
public java.lang.String getDefaultNamespaceURI()
Description copied from interface:XMLEventParserContextReturns the context's default namespace URI.- Specified by:
getDefaultNamespaceURIin interfaceXMLEventParserContext- Returns:
- the context's default namespace URI.
- See Also:
XMLEventParserContext.setDefaultNamespaceURI(String)
-
setDefaultNamespaceURI
public void setDefaultNamespaceURI(java.lang.String defaultNamespaceURI)
Description copied from interface:XMLEventParserContextSpecifies the context's default namespace URI. Must be called prior to initiating the parser table if this context's parsers will be qualified for the default namespace.- Specified by:
setDefaultNamespaceURIin interfaceXMLEventParserContext- Parameters:
defaultNamespaceURI- the default namespace URI.- See Also:
XMLEventParserContext.getDefaultNamespaceURI(),XMLEventParserContext.isSameName(javax.xml.namespace.QName, javax.xml.namespace.QName)
-
setNotificationListener
public void setNotificationListener(XMLParserNotificationListener listener)
Description copied from interface:XMLEventParserContextSpecify the object to receive notifications, which are sent when exceptions occur during parsing and when unrecognized element types are encountered. SeeXMLParserNotificationfor more information.The parser context may have only one notification listener. That listener may be changed at any time.
- Specified by:
setNotificationListenerin interfaceXMLEventParserContext- Parameters:
listener- the object to receive notification events.
-
getIdTable
public java.util.Map<java.lang.String,java.lang.Object> getIdTable()
Description copied from interface:XMLEventParserContextReturns the table associating objects with their id attribute as specified in the object's KML file.- Specified by:
getIdTablein interfaceXMLEventParserContext- Returns:
- the mapping table.
-
addId
public void addId(java.lang.String id, java.lang.Object o)Description copied from interface:XMLEventParserContextAdds a mapping of an id attribute to its associated KML object.- Specified by:
addIdin interfaceXMLEventParserContext- Parameters:
id- the object id. If null, this method returns without creating a mapping.o- the object to associate with the id.
-
hasNext
public boolean hasNext()
Description copied from interface:XMLEventParserContextIndicates whether the event stream associated with this context contains another event.- Specified by:
hasNextin interfaceXMLEventParserContext- Returns:
- true if the stream contains another event, otherwise false.
- See Also:
XMLEventReader.hasNext()
-
nextEvent
public javax.xml.stream.events.XMLEvent nextEvent() throws javax.xml.stream.XMLStreamExceptionDescription copied from interface:XMLEventParserContextReturns the next event in the event stream associated with this context.- Specified by:
nextEventin interfaceXMLEventParserContext- Returns:
- the next event,
- Throws:
javax.xml.stream.XMLStreamException- if there is an error with the underlying XML.- See Also:
XMLEventReader.nextEvent()
-
allocate
public XMLEventParser allocate(javax.xml.stream.events.XMLEvent event, XMLEventParser defaultParser)
Description copied from interface:XMLEventParserContextCreate a parser for a specified event's element name, if a parser for that name is registered with the context.- Specified by:
allocatein interfaceXMLEventParserContext- Parameters:
event- the event whose element name identifies the parser to create.defaultParser- a parser to return if no parser is registered for the specified name. May be null.- Returns:
- a new parser, or the specified default parser if no parser has been registered for the element name.
-
allocate
public XMLEventParser allocate(javax.xml.stream.events.XMLEvent event)
Description copied from interface:XMLEventParserContextCreate a parser for a specified event's element name, if a parser for that name is registered with the context.- Specified by:
allocatein interfaceXMLEventParserContext- Parameters:
event- the event whose element name identifies the parser to create.- Returns:
- a new parser, or the specified default parser if no parser has been registered for the element name.
-
getParser
public XMLEventParser getParser(javax.xml.stream.events.XMLEvent event)
Description copied from interface:XMLEventParserContextReturns a new parser for a specified event.- Specified by:
getParserin interfaceXMLEventParserContext- Parameters:
event- indicates the element name for which a parser is created.- Returns:
- the new parser, or null if no parser has been registered for the specified event's element name.
-
getParser
protected XMLEventParser getParser(javax.xml.stream.events.XMLEvent event, XMLEventParser defaultParser)
-
getStringParser
public StringXMLEventParser getStringParser()
Description copied from interface:XMLEventParserContextReturns the default parser for a simple string.- Specified by:
getStringParserin interfaceXMLEventParserContext- Returns:
- a string parser.
-
getDoubleParser
public DoubleXMLEventParser getDoubleParser()
Description copied from interface:XMLEventParserContextReturns a parser for a simple double.- Specified by:
getDoubleParserin interfaceXMLEventParserContext- Returns:
- a double parser.
-
getIntegerParser
public IntegerXMLEventParser getIntegerParser()
Description copied from interface:XMLEventParserContextReturns the default parser for a simple integer.- Specified by:
getIntegerParserin interfaceXMLEventParserContext- Returns:
- an integer parser.
-
getBooleanParser
public BooleanXMLEventParser getBooleanParser()
Description copied from interface:XMLEventParserContextReturns the default parser for a simple boolean.- Specified by:
getBooleanParserin interfaceXMLEventParserContext- Returns:
- a boolean parser.
-
getBooleanIntegerParser
public BooleanIntegerXMLEventParser getBooleanIntegerParser()
Description copied from interface:XMLEventParserContextReturns the default parser for a simple boolean integer (0 or 1).- Specified by:
getBooleanIntegerParserin interfaceXMLEventParserContext- Returns:
- a boolean integer parser.
-
getUnrecognizedElementParser
public XMLEventParser getUnrecognizedElementParser()
Returns a parser to handle unrecognized elements. The default unrecognized event parser isUnrecognizedXMLEventParser, and may be replaced by callingregisterParser(javax.xml.namespace.QName, XMLEventParser)and specifyingUNRECOGNIZEDas the parser name.- Specified by:
getUnrecognizedElementParserin interfaceXMLEventParserContext- Returns:
- a parser to handle unrecognized elements.
-
getCharacters
public java.lang.String getCharacters(javax.xml.stream.events.XMLEvent event)
Description copied from interface:XMLEventParserContextReturns the text associated with the event.- Specified by:
getCharactersin interfaceXMLEventParserContext- Parameters:
event- the event of interest.- Returns:
- the event's characters, or null if the event is not a character event.
-
isSameName
public boolean isSameName(javax.xml.namespace.QName qa, javax.xml.namespace.QName qb)Description copied from interface:XMLEventParserContextDetermines whether two element names are the same.- Specified by:
isSameNamein interfaceXMLEventParserContext- Parameters:
qa- first element nameqb- second element name- Returns:
- true if both names have the same namespace (or no namespace) and local name, or if either name has no namespace but the namespace of the other is the context's default namespace.
-
isSameAttributeName
public boolean isSameAttributeName(javax.xml.namespace.QName qa, javax.xml.namespace.QName qb)Description copied from interface:XMLEventParserContextDetermines whether two fully qualified attribute names are the same.- Specified by:
isSameAttributeNamein interfaceXMLEventParserContext- Parameters:
qa- the first attribute name.qb- the second attribute name.- Returns:
- true if the names are the same, otherwise false.
-
isStartElement
public boolean isStartElement(javax.xml.stream.events.XMLEvent event, javax.xml.namespace.QName elementName)Description copied from interface:XMLEventParserContextDetermines whether an event is a start event for a specific event type.- Specified by:
isStartElementin interfaceXMLEventParserContext- Parameters:
event- an event identifying the event type of interest.elementName- the event name.- Returns:
- true if the event is a start event for the named event type.
-
isStartElement
public boolean isStartElement(javax.xml.stream.events.XMLEvent event, java.lang.String elementName)Description copied from interface:XMLEventParserContextDetermines whether an event is a start event for a specific event type indicated by its local name.- Specified by:
isStartElementin interfaceXMLEventParserContext- Parameters:
event- an event identifying the event type of interest.elementName- the local part of the event name to match.- Returns:
- true if the event is a start event for the named event type.
-
isEndElement
public boolean isEndElement(javax.xml.stream.events.XMLEvent event, javax.xml.stream.events.XMLEvent startElement)Description copied from interface:XMLEventParserContextDetermines whether an event is the corresponding end element for a specified start event.Note: Only the event's element name and type are compared. The method returns true if the start and end events are the corresponding event types for an element of the same name.
- Specified by:
isEndElementin interfaceXMLEventParserContext- Parameters:
event- the event of interest.startElement- the start event associated with the potential end event.- Returns:
- true if the event is the corresponding end event to the specified start event, otherwise false.
-
isEndElementEvent
public static boolean isEndElementEvent(javax.xml.stream.events.XMLEvent event, javax.xml.stream.events.XMLEvent startElement)
-
registerParser
public void registerParser(javax.xml.namespace.QName elementName, XMLEventParser parser)Description copied from interface:XMLEventParserContextRegisters a parser for a specified element name. A parser of the same type and namespace is returned whenXMLEventParserContext.getParser(javax.xml.stream.events.XMLEvent)is called for the same element name.- Specified by:
registerParserin interfaceXMLEventParserContext- Parameters:
elementName- the element name for which to return a parser.parser- the parser to register.
-
getParser
public XMLEventParser getParser(javax.xml.namespace.QName name)
Description copied from interface:XMLEventParserContextReturns a new parser for a specified element name.- Specified by:
getParserin interfaceXMLEventParserContext- Parameters:
name- indicates the element name for which a parser is created.- Returns:
- the new parser, or null if no parser has been registered for the specified element name.
-
isNullNamespace
protected static boolean isNullNamespace(java.lang.String namespaceURI)
-
isDefaultNamespace
public boolean isDefaultNamespace(java.lang.String namespaceURI)
Description copied from interface:XMLEventParserContextIndicates whether the specified namespace URI is the default namespace URI used by this parser context.- Specified by:
isDefaultNamespacein interfaceXMLEventParserContext- Parameters:
namespaceURI- the namespace URI to check.- Returns:
- true if the specified namespace is the default namespace, otherwise false.
-
-