com.ebmwebsourcing.easybpel.model.bpel.api.util
Class EasyNSFilter

java.lang.Object
  extended by org.xml.sax.helpers.XMLFilterImpl
      extended by com.ebmwebsourcing.easybpel.model.bpel.api.util.EasyNSFilter
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, org.xml.sax.XMLFilter, org.xml.sax.XMLReader

public class EasyNSFilter
extends org.xml.sax.helpers.XMLFilterImpl


Constructor Summary
EasyNSFilter(org.xml.sax.XMLReader parent)
           
 
Method Summary
 org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl getNamespaceMapper()
           
 org.ow2.easywsdl.schema.api.extensions.SchemaLocatorImpl getSchemaLocator()
           
 void startDocument()
           
 void startElement(java.lang.String uri, java.lang.String localName, java.lang.String name, org.xml.sax.Attributes atts)
           
 void startPrefixMapping(java.lang.String prefix, java.lang.String uri)
           
 
Methods inherited from class 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, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EasyNSFilter

public EasyNSFilter(org.xml.sax.XMLReader parent)
Method Detail

startElement

public void startElement(java.lang.String uri,
                         java.lang.String localName,
                         java.lang.String name,
                         org.xml.sax.Attributes atts)
                  throws org.xml.sax.SAXException
Specified by:
startElement in interface org.xml.sax.ContentHandler
Overrides:
startElement in class org.xml.sax.helpers.XMLFilterImpl
Throws:
org.xml.sax.SAXException

startPrefixMapping

public void startPrefixMapping(java.lang.String prefix,
                               java.lang.String uri)
                        throws org.xml.sax.SAXException
Specified by:
startPrefixMapping in interface org.xml.sax.ContentHandler
Overrides:
startPrefixMapping in class org.xml.sax.helpers.XMLFilterImpl
Throws:
org.xml.sax.SAXException

startDocument

public void startDocument()
                   throws org.xml.sax.SAXException
Specified by:
startDocument in interface org.xml.sax.ContentHandler
Overrides:
startDocument in class org.xml.sax.helpers.XMLFilterImpl
Throws:
org.xml.sax.SAXException

getSchemaLocator

public org.ow2.easywsdl.schema.api.extensions.SchemaLocatorImpl getSchemaLocator()

getNamespaceMapper

public org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl getNamespaceMapper()


Copyright © 2012 Petals Link. All Rights Reserved.