public class FacesConfigParserImpl extends SAXHandlerBase implements FacesConfigParser
content| Constructor and Description |
|---|
FacesConfigParserImpl(SAXParser saxParser,
boolean resolveEntities) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String uri,
String localName,
String elementName) |
protected SAXParser |
getSAXParser() |
FacesConfig |
parse(InputStream inputStream,
FacesConfig facesConfig)
Parses the specified InputStream and returns a new FacesConfig that contains parsed data that has been appended
to the specified FacesConfig.
|
void |
startElement(String uri,
String localName,
String elementName,
Attributes attributes) |
characters, resolveEntityendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic FacesConfigParserImpl(SAXParser saxParser, boolean resolveEntities)
public void endElement(String uri, String localName, String elementName) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic FacesConfig parse(InputStream inputStream, FacesConfig facesConfig) throws IOException
FacesConfigParserparse in interface FacesConfigParserIOExceptionpublic void startElement(String uri, String localName, String elementName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionprotected SAXParser getSAXParser()
Copyright © 2016 Liferay, Inc.. All rights reserved.