| java.lang.Object org.xml.sax.HandlerBase org.webdocwf.util.loader.LoaderXIncluder
LoaderXIncluder | public class LoaderXIncluder extends HandlerBase (Code) | | LoaderXIncluder.java
This class parses a document (text or xml file) and writes the documents
contents back to standard output.
|
LoaderXIncluder | public LoaderXIncluder()(Code) | | Constructor of class without parameters.
|
LoaderXIncluder | public LoaderXIncluder(OutputStream out)(Code) | | Construct object LoaderXIncluder with associated outputStream.
Class uses default "UTF-8" encoding.
Parameters: out - - OutputStream where will be written final XML. |
characters | public void characters(char ch, int start, int length) throws SAXException(Code) | | Characters.
Parameters: ch - is array of characters Parameters: start - is int Parameters: length - is length of the input parameters throws: SAXException - |
endDocument | public void endDocument()(Code) | | End document.
|
endElement | public void endElement(String name)(Code) | | End element.
Parameters: name - is name of the tag |
ignorableWhitespace | public void ignorableWhitespace(char ch, int start, int length)(Code) | | Ignorable whitespace.
Parameters: ch - is array of characters Parameters: start - is int Parameters: length - is length of the input parameters |
main | public static void main(String argv)(Code) | | Main program entry point.
Parameters: argv - represents input parmeters |
parseURI | public void parseURI(String uri)(Code) | | Method parseUri parses a file "uri" and writes the file
contents back to standard output including contents of 'include' files .
Parameters: uri - - Name of XML file. |
processingInstruction | public void processingInstruction(String target, String data)(Code) | | Processing instruction.
Parameters: target - is target Parameters: data - is target data |
resolveEntity | public InputSource resolveEntity(String publicId, String systemId)(Code) | | Processing DOCTYPE deklaration
Parameters: publicId - is public ID of document Parameters: systemId - is system ID of document null |
startDocument | public void startDocument()(Code) | | Start document.
|
startElement | public void startElement(String name, AttributeList atts)(Code) | | Start element.
Parameters: name - is name of the tag Parameters: atts - is attributes of the tag |
Methods inherited from org.xml.sax.HandlerBase | 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 void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId)(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId) throws SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String name, AttributeList attributes) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName)(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|