Save This Page
Home » openjdk-7 » com.sun.org.apache.xerces.internal » util » [javadoc | source]
com.sun.org.apache.xerces.internal.util
public class: SAX2XNI [javadoc | source]
java.lang.Object
   com.sun.org.apache.xerces.internal.util.SAX2XNI

All Implemented Interfaces:
    ContentHandler, XMLDocumentSource

Receves SAX ContentHandler events and produces the equivalent XMLDocumentHandler events.
Constructor:
 public SAX2XNI(XMLDocumentHandler core) 
Method from com.sun.org.apache.xerces.internal.util.SAX2XNI Summary:
characters,   endDocument,   endElement,   endPrefixMapping,   getDocumentHandler,   ignorableWhitespace,   processingInstruction,   setDocumentHandler,   setDocumentLocator,   skippedEntity,   startDocument,   startElement,   startPrefixMapping
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.org.apache.xerces.internal.util.SAX2XNI Detail:
 public  void characters(char[] buf,
    int offset,
    int len) throws SAXException 
 public  void endDocument() throws SAXException 
 public  void endElement(String uri,
    String local,
    String qname) throws SAXException 
 public  void endPrefixMapping(String prefix) 
 public XMLDocumentHandler getDocumentHandler() 
 public  void ignorableWhitespace(char[] buf,
    int offset,
    int len) throws SAXException 
 public  void processingInstruction(String target,
    String data) throws SAXException 
 public  void setDocumentHandler(XMLDocumentHandler handler) 
 public  void setDocumentLocator(Locator _loc) 
 public  void skippedEntity(String name) 
 public  void startDocument() throws SAXException 
 public  void startElement(String uri,
    String local,
    String qname,
    Attributes att) throws SAXException 
 public  void startPrefixMapping(String prefix,
    String uri)