org.apache.jackrabbit.xml
Class SystemViewImportContentHandler

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

public class SystemViewImportContentHandler
extends Object
implements ContentHandler

TODO


Constructor Summary
SystemViewImportContentHandler(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

SystemViewImportContentHandler

public SystemViewImportContentHandler(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()
Ignored.

Specified by:
endDocument in interface ContentHandler

startPrefixMapping

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

Specified by:
startPrefixMapping in interface ContentHandler

endPrefixMapping

public void endPrefixMapping(String prefix)
Ignored.

Specified by:
endPrefixMapping in interface ContentHandler

ignorableWhitespace

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

Specified by:
ignorableWhitespace in interface ContentHandler

processingInstruction

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

Specified by:
processingInstruction in interface ContentHandler

skippedEntity

public void skippedEntity(String name)
Ignored.

Specified by:
skippedEntity in interface ContentHandler


Copyright © 2004-2005 . All Rights Reserved.