Save This Page
Home » openjdk-7 » com.sun.xml.internal.messaging » saaj » util » [javadoc | source]
com.sun.xml.internal.messaging.saaj.util
public class: RejectDoctypeSaxFilter [javadoc | source]
java.lang.Object
   org.xml.sax.helpers.XMLFilterImpl
      com.sun.xml.internal.messaging.saaj.util.RejectDoctypeSaxFilter

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

Users of this class see a SAX2 XMLReader (via XMLFilterImpl). This class creates a parent XMLReader via JAXP and installs itself as a SAX2 extension LexicalHandler which rejects document type declarations because they are not legal in SOAP. If the user of this class sets a LexicalHandler, then it forwards events to that handler. $Id: RejectDoctypeSaxFilter.java,v 1.13 2006/01/27 12:49:52 vj135062 Exp $
Field Summary
protected static  Logger log     
static final  String LEXICAL_HANDLER_PROP    Standard SAX 2.0 ext property 
static final  String WSU_NS     
static final  String SIGNATURE_LNAME     
static final  String ENCRYPTED_DATA_LNAME     
static final  String DSIG_NS     
static final  String XENC_NS     
static final  String ID_NAME     
Constructor:
 public RejectDoctypeSaxFilter(SAXParser saxParser) throws SOAPException 
Method from com.sun.xml.internal.messaging.saaj.util.RejectDoctypeSaxFilter Summary:
comment,   endCDATA,   endDTD,   endEntity,   setProperty,   startCDATA,   startDTD,   startElement,   startEntity
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.xml.internal.messaging.saaj.util.RejectDoctypeSaxFilter Detail:
 public  void comment(char[] ch,
    int start,
    int length) throws SAXException 
 public  void endCDATA() throws SAXException 
 public  void endDTD() throws SAXException 
 public  void endEntity(String name) throws SAXException 
 public  void setProperty(String name,
    Object value) throws SAXNotSupportedException, SAXNotRecognizedException 
 public  void startCDATA() throws SAXException 
 public  void startDTD(String name,
    String publicId,
    String systemId) throws SAXException 
 public  void startElement(String namespaceURI,
    String localName,
    String qName,
    Attributes atts) throws SAXException 
 public  void startEntity(String name) throws SAXException