| java.lang.Object org.xml.sax.helpers.DefaultHandler org.cougaar.planning.servlet.data.xml.DeXMLizer
DeXMLizer | public class DeXMLizer extends DefaultHandler (Code) | | Gets deXMLable objects back from an XML stream
since: 1/24/01 |
Method Summary | |
protected boolean | cacheEmpty() | public void | characters(char ch, int start, int length) Characters. | protected DeXMLable | curObj() | public void | endElement(String uri, String local, String raw) End element. | public void | error(SAXParseException ex) Error. | public void | fatalError(SAXParseException ex) Fatal error. | public void | ignorableWhitespace(char ch, int start, int length) Ignorable whitespace. | public DeXMLable | parseObject(Reader r) | public DeXMLable | parseObject(InputStream is) | public DeXMLable | parseObject(InputSource is) | public List | parseObjects(Reader r) | public List | parseObjects(InputStream is) | public List | parseObjects(InputSource is) | protected void | processCachedTag() | protected void | reportMessage(String m) | protected void | reportMessage(String m, Exception e) | protected void | reportMessage(Exception e) | protected void | setCache(String tag, Attributes attrs) | public void | startDocument() Start document. | public void | startElement(String uri, String local, String raw, Attributes attrs) Start element. | public void | warning(SAXParseException ex) Warning. |
PARSER_NAME | final protected static String PARSER_NAME(Code) | | Default parser name.
|
data | protected StringBuffer data(Code) | | Buffer data across characters() calls to make sure we have it all*
|
lastAttr | protected AttributesImpl lastAttr(Code) | | Buffer data across characters() calls to make sure we have it all*
|
lastTag | protected String lastTag(Code) | | Buffer data across characters() calls to make sure we have it all*
|
objects | protected List objects(Code) | | Return values*
|
setNameSpaces | protected static boolean setNameSpaces(Code) | | |
setSchemaSupport | protected static boolean setSchemaSupport(Code) | | |
setValidation | protected static boolean setValidation(Code) | | |
stack | protected List stack(Code) | | Stack of objects being built*
|
cacheEmpty | protected boolean cacheEmpty()(Code) | | |
characters | public void characters(char ch, int start, int length)(Code) | | Characters.
|
ignorableWhitespace | public void ignorableWhitespace(char ch, int start, int length)(Code) | | Ignorable whitespace.
|
processCachedTag | protected void processCachedTag()(Code) | | |
startDocument | public void startDocument()(Code) | | Start document.
|
Methods inherited from org.xml.sax.helpers.DefaultHandler | public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String localName, String qName) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void error(SAXParseException e) throws SAXException(Code)(Java Doc) public void fatalError(SAXParseException e) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId) throws IOException, SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|