com.liferay.faces.bridge.config
Class SAXHandlerBaseImpl
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.liferay.faces.bridge.config.SAXHandler
com.liferay.faces.bridge.config.SAXHandlerBaseImpl
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- Direct Known Subclasses:
- SAXHandlerFacesConfigPost, SAXHandlerFacesConfigPre, SAXHandlerMojarraConfigImpl, SAXHandlerWebConfigImpl
public class SAXHandlerBaseImpl
- extends SAXHandler
- Author:
- Neil Griffin
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected StringBuilder content
SAXHandlerBaseImpl
public SAXHandlerBaseImpl(boolean resolveEntities)
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
- Specified by:
characters in interface ContentHandler- Overrides:
characters in class DefaultHandler
- Throws:
SAXException
logMissingElementErrors
public void logMissingElementErrors()
- Specified by:
logMissingElementErrors in class SAXHandler
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws IOException,
SAXException
- Specified by:
resolveEntity in interface EntityResolver- Overrides:
resolveEntity in class DefaultHandler
- Throws:
IOException
SAXException
setURL
public void setURL(URL url)
- Specified by:
setURL in class SAXHandler
Copyright © 2014 Liferay, Inc.. All Rights Reserved.