|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xml.sax.helpers.DefaultHandler | +--org.ejtools.util.state.LoadHandler
Field Summary | |
static java.lang.String |
ATTRIBUTES
Description of the Field |
static java.lang.String |
ELEMENT
Description of the Field |
static java.lang.String |
TEXT
Description of the Field |
Constructor Summary | |
LoadHandler()
Constructor for the WorkbenchHandler object |
Method Summary | |
void |
addRule(java.lang.String path,
Rule rule)
Adds a feature to the Rule attribute of the WorkbenchHandler object |
void |
characters(char[] ch,
int start,
int length)
Description of the Method |
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
Description of the Method |
java.util.Map |
getContext()
Gets the context attribute of the LoadHandler object |
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes)
Description of the Method |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ATTRIBUTES
public static final java.lang.String ELEMENT
public static final java.lang.String TEXT
Constructor Detail |
public LoadHandler()
Method Detail |
public void addRule(java.lang.String path, Rule rule)
path
- The feature to be added to the Rule attributerule
- The feature to be added to the Rule attributepublic void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
characters
in interface org.xml.sax.ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
ch
- Description of the Parameterstart
- Description of the Parameterlength
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionpublic void endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName) throws org.xml.sax.SAXException
endElement
in interface org.xml.sax.ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
uri
- Description of the ParameterlocalName
- Description of the ParameterqName
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionpublic java.util.Map getContext()
public void startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
uri
- Description of the ParameterlocalName
- Description of the ParameterqName
- Description of the Parameterattributes
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |