public class EasyXMLFilter extends org.xml.sax.helpers.XMLFilterImpl
| Constructor and Description |
|---|
EasyXMLFilter(XMLReader parent) |
| Modifier and Type | Method and Description |
|---|---|
NamespaceMapperImpl |
getNamespaceMapper() |
SchemaLocatorImpl |
getSchemaLocator() |
void |
startDocument() |
void |
startElement(String uri,
String localName,
String name,
Attributes atts) |
void |
startPrefixMapping(String prefix,
String uri) |
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, warningpublic EasyXMLFilter(XMLReader parent)
public void startElement(String uri, String localName, String name, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.XMLFilterImplSAXExceptionpublic void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping in interface ContentHandlerstartPrefixMapping in class org.xml.sax.helpers.XMLFilterImplSAXExceptionpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class org.xml.sax.helpers.XMLFilterImplSAXExceptionpublic SchemaLocatorImpl getSchemaLocator()
public NamespaceMapperImpl getNamespaceMapper()
Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.