Uses of Interface
lux.xml.StAXHandler

Packages that use StAXHandler
lux.index   
lux.search.highlight   
lux.xml   
 

Uses of StAXHandler in lux.index
 

Classes in lux.index that implement StAXHandler
 class QNameTextMapper
          Accumulates text for each element and each attribute.
 class XmlPathMapper
          Accumulate counts of QNames and QName paths.
 class XPathValueMapper
          Each path-value is a string of path components, as defined in XmlPathMapper, followed by a value token.
 

Uses of StAXHandler in lux.search.highlight
 

Classes in lux.search.highlight that implement StAXHandler
 class XmlHighlighter
           
 

Uses of StAXHandler in lux.xml
 

Classes in lux.xml that implement StAXHandler
 class OffsetDocBuilder
          Holds an Offsets object that will accumulate offset information about a document as it is parsed.
 class SaxonDocBuilder
           
 class 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.
 

Methods in lux.xml that return types with arguments of type StAXHandler
 List<StAXHandler> XmlReader.getHandlers()
           
 

Methods in lux.xml with parameters of type StAXHandler
 void XmlReader.addHandler(StAXHandler handler)
           
 



Copyright © 2013. All Rights Reserved.