Package org.ow2.easywsdl.schema.util
Class EasyXMLFilter
- java.lang.Object
-
- org.xml.sax.helpers.XMLFilterImpl
-
- org.ow2.easywsdl.schema.util.EasyXMLFilter
-
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler,XMLFilter,XMLReader
public class EasyXMLFilter extends XMLFilterImpl
- Author:
- Nicolas Salatge - EBM WebSourcing
-
-
Constructor Summary
Constructors Constructor Description EasyXMLFilter(XMLReader parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamespaceMapperImplgetNamespaceMapper()SchemaLocatorImplgetSchemaLocator()voidstartDocument()voidstartElement(String uri, String localName, String name, Attributes atts)voidstartPrefixMapping(String prefix, 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
-
-
-
-
Constructor Detail
-
EasyXMLFilter
public EasyXMLFilter(XMLReader parent)
-
-
Method Detail
-
startElement
public void startElement(String uri, String localName, String name, Attributes atts) throws SAXException
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classXMLFilterImpl- Throws:
SAXException
-
startPrefixMapping
public void startPrefixMapping(String prefix, String uri) throws SAXException
- Specified by:
startPrefixMappingin interfaceContentHandler- Overrides:
startPrefixMappingin classXMLFilterImpl- Throws:
SAXException
-
startDocument
public void startDocument() throws SAXException- Specified by:
startDocumentin interfaceContentHandler- Overrides:
startDocumentin classXMLFilterImpl- Throws:
SAXException
-
getSchemaLocator
public SchemaLocatorImpl getSchemaLocator()
-
getNamespaceMapper
public NamespaceMapperImpl getNamespaceMapper()
-
-