org.apache.jackrabbit.xml
Class DocumentViewImportContentHandler

java.lang.Object
  extended byorg.apache.jackrabbit.xml.DocumentViewImportContentHandler
All Implemented Interfaces:
ContentHandler

public class DocumentViewImportContentHandler
extends Object
implements ContentHandler

TODO


Constructor Summary
DocumentViewImportContentHandler(Node parent)
           
 
Method Summary
 void characters(char[] ch, int start, int length)
          Appends the received characters to the current text buffer.
 void endDocument()
          Ignored.
 void endElement(String uri, String localName, String qName)
          TODO
 void endPrefixMapping(String prefix)
          Ignored.
 void ignorableWhitespace(char[] ch, int start, int length)
          Ignored.
 void processingInstruction(String target, String data)
          Ignored.
 void setDocumentLocator(Locator locator)
          Ignored.
 void skippedEntity(String name)
          Ignored.
 void startDocument()
          Ignored.
 void startElement(String uri, String localName, String qName, Attributes atts)
           
 void startPrefixMapping(String prefix, String uri)
          Ignored.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentViewImportContentHandler

public DocumentViewImportContentHandler(Node parent)
                                 throws RepositoryException
Method Detail

startElement

public void startElement(String uri,
                         String localName,
                         String qName,
                         Attributes atts)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Throws:
SAXException

endElement

public void endElement(String uri,
                       String localName,
                       String qName)
                throws SAXException
TODO

Specified by:
endElement in interface ContentHandler
Throws:
SAXException

characters

public void characters(char[] ch,
                       int start,
                       int length)
                throws SAXException
Appends the received characters to the current text buffer. The accumulated contents of the text buffer is written to an jcr:xmltext node when an element boundary is reached.

Specified by:
characters in interface ContentHandler
Throws:
SAXException

setDocumentLocator

public void setDocumentLocator(Locator locator)
Ignored.

Specified by:
setDocumentLocator in interface ContentHandler

startDocument

public void startDocument()
Ignored.

Specified by:
startDocument in interface ContentHandler

endDocument

public void endDocument()
                 throws SAXException
Ignored.

Specified by:
endDocument in interface ContentHandler
Throws:
SAXException

startPrefixMapping

public void startPrefixMapping(String prefix,
                               String uri)
                        throws SAXException
Ignored.

Specified by:
startPrefixMapping in interface ContentHandler
Throws:
SAXException

endPrefixMapping

public void endPrefixMapping(String prefix)
                      throws SAXException
Ignored.

Specified by:
endPrefixMapping in interface ContentHandler
Throws:
SAXException

ignorableWhitespace

public void ignorableWhitespace(char[] ch,
                                int start,
                                int length)
                         throws SAXException
Ignored.

Specified by:
ignorableWhitespace in interface ContentHandler
Throws:
SAXException

processingInstruction

public void processingInstruction(String target,
                                  String data)
                           throws SAXException
Ignored.

Specified by:
processingInstruction in interface ContentHandler
Throws:
SAXException

skippedEntity

public void skippedEntity(String name)
                   throws SAXException
Ignored.

Specified by:
skippedEntity in interface ContentHandler
Throws:
SAXException


Copyright © 2004-2005 . All Rights Reserved.