Save This Page
Home » openjdk-7 » com.sun.tools.internal » xjc » reader » internalizer » [javadoc | source]
com.sun.tools.internal.xjc.reader.internalizer
final class: ContentHandlerNamespacePrefixAdapter [javadoc | source]
java.lang.Object
   org.xml.sax.helpers.XMLFilterImpl
      com.sun.tools.internal.xjc.reader.internalizer.ContentHandlerNamespacePrefixAdapter

All Implemented Interfaces:
    ContentHandler, DTDHandler, ErrorHandler, XMLFilter, EntityResolver

XMLReader filter for supporting http://xml.org/sax/features/namespace-prefixes feature.
Constructor:
 public ContentHandlerNamespacePrefixAdapter() 
 public ContentHandlerNamespacePrefixAdapter(XMLReader parent) 
Method from com.sun.tools.internal.xjc.reader.internalizer.ContentHandlerNamespacePrefixAdapter Summary:
getFeature,   setFeature,   startElement,   startPrefixMapping
Methods from org.xml.sax.helpers.XMLFilterImpl:
characters,   endDocument,   endElement,   endPrefixMapping,   error,   fatalError,   getContentHandler,   getDTDHandler,   getEntityResolver,   getErrorHandler,   getFeature,   getParent,   getProperty,   ignorableWhitespace,   notationDecl,   parse,   parse,   processingInstruction,   resolveEntity,   setContentHandler,   setDTDHandler,   setDocumentLocator,   setEntityResolver,   setErrorHandler,   setFeature,   setParent,   setProperty,   skippedEntity,   startDocument,   startElement,   startPrefixMapping,   unparsedEntityDecl,   warning
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.tools.internal.xjc.reader.internalizer.ContentHandlerNamespacePrefixAdapter Detail:
 public boolean getFeature(String name) throws SAXNotSupportedException, SAXNotRecognizedException 
 public  void setFeature(String name,
    boolean value) throws SAXNotSupportedException, SAXNotRecognizedException 
 public  void startElement(String uri,
    String localName,
    String qName,
    Attributes atts) throws SAXException 
 public  void startPrefixMapping(String prefix,
    String uri) throws SAXException