| java.lang.Object uk.co.wilson.xml.MinML com.csa.lib.xml.dom.DocumentParser
DocumentParser | public class DocumentParser extends MinML (Code) | | DocumentParser
dp.parse( new InputStreamReader(new BufferedInputStream(System.in, 1024));
No soporta datos mezclados (elementos + texto) y solo procesa UTF-8
$Date: 2004/12/05 04:06:07 $
version: $Revision: 1.1 $ author: Carlos Silva |
characters | public void characters(char ch, int start, int length)(Code) | | |
startDocument | public void startDocument()(Code) | | |
Methods inherited from uk.co.wilson.xml.MinML | 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 name) 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 int getColumnNumber()(Code)(Java Doc) public int getLineNumber()(Code)(Java Doc) public String getPublicId()(Code)(Java Doc) public String getSystemId()(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void parse(Reader in) throws SAXException, IOException(Code)(Java Doc) public void parse(InputSource source) throws SAXException, IOException(Code)(Java Doc) public void parse(String systemId) throws SAXException, IOException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public void setDTDHandler(DTDHandler handler)(Code)(Java Doc) public void setDocumentHandler(org.xml.sax.DocumentHandler handler)(Code)(Java Doc) public void setDocumentHandler(DocumentHandler handler)(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void setEntityResolver(EntityResolver resolver)(Code)(Java Doc) public void setErrorHandler(ErrorHandler handler)(Code)(Java Doc) public void setLocale(Locale locale) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public Writer startDocument(Writer writer) throws SAXException(Code)(Java Doc) public void startElement(String name, AttributeList attributes) throws SAXException(Code)(Java Doc) public Writer startElement(String name, AttributeList attributes, Writer writer) throws SAXException(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|