public class ImportKeySetCH extends SaxParserCH
ImportKeySetCH
class imports or exports a given keyset or all to xmldebug
Constructor and Description |
---|
ImportKeySetCH(n4e.core.list.List4SysUser sysUser,
java.lang.String idclientkey)
The constructor
ImportKeySetCH creates a new instance(object) of the class. |
Modifier and Type | Method and Description |
---|---|
void |
endDocument()
The method
endDocument is called if document ends. |
void |
endElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String rawName)
The method
endElement is called, if xml-token ends. |
void |
startDocument()
The method
startDocument is called if document starts. |
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String rawName,
org.xml.sax.Attributes atts)
The method
startElement is called, if xml-token starts. |
characters, endPrefixMapping, getListing, ignorableWhitespace, processingInstruction, putListing, setDocumentLocator, skippedEntity, startPrefixMapping
public ImportKeySetCH(n4e.core.list.List4SysUser sysUser, java.lang.String idclientkey)
ImportKeySetCH
creates a new instance(object) of the class.sysUser
- the current user object.idclientkey
- the uniqueid of the current client.public void startDocument() throws org.xml.sax.SAXException
startDocument
is called if document starts.startDocument
in interface org.xml.sax.ContentHandler
startDocument
in class SaxParserCH
org.xml.sax.SAXException
- if errorpublic void endDocument() throws org.xml.sax.SAXException
endDocument
is called if document ends.endDocument
in interface org.xml.sax.ContentHandler
endDocument
in class SaxParserCH
org.xml.sax.SAXException
- if errorpublic void startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
startElement
is called, if xml-token starts.startElement
in interface org.xml.sax.ContentHandler
startElement
in class SaxParserCH
namespaceURI
- name space.localName
- locale.rawName
- name of token.atts
- attributes of token.org.xml.sax.SAXException
- if error.public void endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName) throws org.xml.sax.SAXException
endElement
is called, if xml-token ends.endElement
in interface org.xml.sax.ContentHandler
endElement
in class SaxParserCH
namespaceURI
- name space.localName
- locale.rawName
- name of token.org.xml.sax.SAXException
- if error.