Package lux.xml

Interface Summary
StAXHandler A receiver of XMLStreamReader (StAX) push-style events
 

Class Summary
EventToStaxBridge This class bridges EventIterator events to XMLStreamReader (Stax) events.
GentleXmlReader An XML parser that attempts to read the entity using the systemID, and if it fails, returns an empty stream.
OffsetDocBuilder Holds an Offsets object that will accumulate offset information about a document as it is parsed.
Offsets This class stores the offsets of text nodes and character entities in serialized XML.
QName  
SaxonDocBuilder  
Serializer Accumulates a serialized XML document from StAX events according to a prescribed set of conventions, as follows: Line endings are normalized; CDATA blocks are preserved; entities and numeric references are preserved; redundant namespace declarations are dropped.
XmlBuilder  
XmlReader Reads XML and passes events to a brigade of StAXHandlers.
 

Enum Summary
ValueType These types correspond roughly to the XDM / XML Schema types, and there are some extensions, like BOOLEAN_FALSE, which is just like boolean, but takes on the opposite sense: BOOLEAN_FALSE.true==!BOOLEAN.true.
 



Copyright © 2013. All Rights Reserved.