| 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of StAXContext in net.sf.stax | 
|---|
| Subinterfaces of StAXContext in net.sf.stax | |
|---|---|
 interface | 
StAXDelegationContext
Interface which exposes delegation services offered by a StAX event source.  | 
| Methods in net.sf.stax with parameters of type StAXContext | |
|---|---|
 void | 
StringElementHandler.characters(char[] ch,
           int start,
           int length,
           StAXContext ctx)
 | 
 void | 
StAXContentHandlerBase.characters(char[] ch,
           int start,
           int length,
           StAXContext ctx)
 | 
 void | 
StAXContentHandler.characters(char[] ch,
           int start,
           int length,
           StAXContext ctx)
Receive notification of character data.  | 
 void | 
LongElementHandler.characters(char[] ch,
           int start,
           int length,
           StAXContext ctx)
 | 
 void | 
IntElementHandler.characters(char[] ch,
           int start,
           int length,
           StAXContext ctx)
 | 
 void | 
FloatElementHandler.characters(char[] ch,
           int start,
           int length,
           StAXContext ctx)
 | 
 void | 
DoubleElementHandler.characters(char[] ch,
           int start,
           int length,
           StAXContext ctx)
 | 
 void | 
CharElementHandler.characters(char[] ch,
           int start,
           int length,
           StAXContext ctx)
 | 
 void | 
ByteElementHandler.characters(char[] ch,
           int start,
           int length,
           StAXContext ctx)
 | 
 void | 
BooleanElementHandler.characters(char[] ch,
           int start,
           int length,
           StAXContext ctx)
 | 
 void | 
StringElementHandler.endElement(String nsURI,
           String localName,
           String qName,
           Object result,
           StAXContext ctx)
 | 
 void | 
StAXContentHandlerBase.endElement(String nsURI,
           String localName,
           String qName,
           Object result,
           StAXContext ctx)
 | 
 void | 
StAXContentHandler.endElement(String nsURI,
           String localName,
           String qName,
           Object result,
           StAXContext ctx)
Receive notification of the end of an element.  | 
 void | 
LongElementHandler.endElement(String nsURI,
           String localName,
           String qName,
           Object result,
           StAXContext ctx)
 | 
 void | 
IntElementHandler.endElement(String nsURI,
           String localName,
           String qName,
           Object result,
           StAXContext ctx)
 | 
 void | 
FloatElementHandler.endElement(String nsURI,
           String localName,
           String qName,
           Object result,
           StAXContext ctx)
 | 
 void | 
DoubleElementHandler.endElement(String nsURI,
           String localName,
           String qName,
           Object result,
           StAXContext ctx)
 | 
 void | 
DispatchOnElement.endElement(String nsURI,
           String localName,
           String qName,
           Object retVal,
           StAXContext ctx)
 | 
 void | 
DispatchForChild.endElement(String nsURI,
           String localName,
           String qName,
           Object result,
           StAXContext ctx)
 | 
 void | 
CharElementHandler.endElement(String nsURI,
           String localName,
           String qName,
           Object result,
           StAXContext ctx)
 | 
 void | 
ByteElementHandler.endElement(String nsURI,
           String localName,
           String qName,
           Object result,
           StAXContext ctx)
 | 
 void | 
BooleanElementHandler.endElement(String nsURI,
           String localName,
           String qName,
           Object result,
           StAXContext ctx)
 | 
 void | 
StAXContentHandlerBase.endPrefixMapping(String prefix,
                 StAXContext ctx)
 | 
 void | 
StAXContentHandler.endPrefixMapping(String prefix,
                 StAXContext ctx)
End the scope of a prefix-URI mapping.  | 
 Object | 
StringElementHandler.endTree(StAXContext ctx)
 | 
 Object | 
StAXContentHandlerBase.endTree(StAXContext ctx)
 | 
 Object | 
StAXContentHandler.endTree(StAXContext ctx)
Receive notification of the end of a sub-tree of a document.  | 
 Object | 
LongElementHandler.endTree(StAXContext ctx)
 | 
 Object | 
IntElementHandler.endTree(StAXContext ctx)
 | 
 Object | 
FloatElementHandler.endTree(StAXContext ctx)
 | 
 Object | 
DoubleElementHandler.endTree(StAXContext ctx)
 | 
 Object | 
DispatchOnElement.endTree(StAXContext ctx)
 | 
 Object | 
DispatchForChild.endTree(StAXContext ctx)
 | 
 Object | 
CharElementHandler.endTree(StAXContext ctx)
 | 
 Object | 
ByteElementHandler.endTree(StAXContext ctx)
 | 
 Object | 
BooleanElementHandler.endTree(StAXContext ctx)
 | 
 void | 
StAXContentHandlerBase.ignorableWhitespace(char[] ch,
                    int start,
                    int length,
                    StAXContext ctx)
 | 
 void | 
StAXContentHandler.ignorableWhitespace(char[] ch,
                    int start,
                    int length,
                    StAXContext ctx)
Receive notification of ignorable whitespace in element content.  | 
 void | 
StAXContentHandlerBase.processingInstruction(String target,
                      String data,
                      StAXContext ctx)
 | 
 void | 
StAXContentHandler.processingInstruction(String target,
                      String data,
                      StAXContext ctx)
Receive notification of a processing instruction.  | 
 void | 
StAXContentHandlerBase.setDocumentLocator(Locator locator,
                   StAXContext ctx)
 | 
 void | 
StAXContentHandler.setDocumentLocator(Locator locator,
                   StAXContext ctx)
Receive an object for locating the origin of SAX document events.  | 
 void | 
StAXContentHandlerBase.skippedEntity(String name,
              StAXContext ctx)
 | 
 void | 
StAXContentHandler.skippedEntity(String name,
              StAXContext ctx)
Receive notification of a skipped entity.  | 
 void | 
StAXContentHandlerBase.startPrefixMapping(String prefix,
                   String uri,
                   StAXContext ctx)
 | 
 void | 
StAXContentHandler.startPrefixMapping(String prefix,
                   String uri,
                   StAXContext ctx)
Begin the score of a prefix-URI Namespace mapping.  | 
 void | 
StAXContentHandlerBase.startTree(StAXContext ctx)
 | 
 void | 
StAXContentHandler.startTree(StAXContext ctx)
Receive notification of the beginning of a sub-tree of a document.  | 
 void | 
DispatchForChild.startTree(StAXContext ctx)
 | 
  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||