com.ptc.windchill.structconf.xconf
Class XconfParser.Handler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.ptc.windchill.structconf.xconf.DefaultXconfSAXHandler
com.ptc.windchill.structconf.xconf.XconfParser.Handler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- Enclosing class:
- XconfParser
- private class XconfParser.Handler
- extends DefaultXconfSAXHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentPropertyName_
private String currentPropertyName_
currentPropertyValue_
private String currentPropertyValue_
currentPropertyOverridable_
private boolean currentPropertyOverridable_
currentPropertyMultivaluedDelimiter_
private String currentPropertyMultivaluedDelimiter_
currentPropertyDocumentation_
private PropertyDocumentation currentPropertyDocumentation_
currentServiceOrResourceName_
private String currentServiceOrResourceName_
currentServiceOrResourceContext_
private String currentServiceOrResourceContext_
inService_
private boolean inService_
inResource_
private boolean inResource_
currentTextBuffer_
private StringBuffer currentTextBuffer_
currentPropagationClassName_
private String currentPropagationClassName_
classPathEntries_
private ArrayList classPathEntries_
XconfParser.Handler
private XconfParser.Handler()
getCurrentPropertyDocumentation
private PropertyDocumentation getCurrentPropertyDocumentation()
setDocumentLocator
public void setDocumentLocator(Locator locator)
startElement
public void startElement(String uri,
String local_name,
String qualified_name,
Attributes attributes)
throws SAXException
- Throws:
SAXException
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
- Throws:
SAXException
endElement
public void endElement(String uri,
String local_name,
String qualified_name)
throws SAXException
- Throws:
SAXException
resolveEntity
public InputSource resolveEntity(String public_id,
String system_id)
throws SAXException
- Throws:
SAXException
error
public void error(SAXParseException ex)
throws SAXException
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException ex)
throws SAXException
- Throws:
SAXException
warning
public void warning(SAXParseException ex)