|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.storage.serializers.Serializer
org.exist.storage.serializers.NativeSerializer
Description of the Class
Field Summary | |
static int |
EXIST_ID_ALL
|
static int |
EXIST_ID_ELEMENT
|
static int |
EXIST_ID_NONE
|
Fields inherited from class org.exist.storage.serializers.Serializer |
broker, contentHandler, createContainerElements, dtdHandler, encoding, ENCODING, EXIST_NS, EXPAND_XINCLUDES, factory, GENERATE_DOC_EVENTS, generateDocEvents, HIGHLIGHT_MATCHES, highlightMatches, indent, lexicalHandler, LOG, PRETTY_PRINT, processXInclude, processXSL, TAG_ATTRIBUTE_MATCHES, TAG_BOTH, TAG_ELEMENT_MATCHES, TAG_NONE, templates, user, xinclude, xslHandler |
Constructor Summary | |
NativeSerializer(DBBroker broker,
Configuration config)
Constructor for the NativeSerializer object |
Method Summary | |
protected void |
serializeToSAX(org.w3c.dom.Document doc,
boolean generateDocEvent)
Description of the Method |
protected void |
serializeToSAX(java.util.Iterator iter,
DocumentImpl doc,
long gid)
Description of the Method |
protected void |
serializeToSAX(org.w3c.dom.Node n)
Description of the Method |
protected void |
serializeToSAX(NodeImpl node,
java.util.Iterator iter,
DocumentImpl doc,
long gid,
boolean first,
java.util.ArrayList prefixes,
Match[] matches)
Description of the Method |
protected void |
serializeToSAX(NodeImpl node,
java.util.Iterator iter,
DocumentImpl doc,
long gid,
boolean first,
Match[] matches)
Description of the Method |
protected void |
serializeToSAX(NodeProxy p)
Description of the Method |
protected void |
serializeToSAX(NodeProxy p,
boolean generateDocEvents)
Description of the Method |
protected void |
serializeToSAX(NodeSet set,
int start,
int howmany,
long queryTime)
Description of the Method |
Methods inherited from class org.exist.storage.serializers.Serializer |
applyXSLHandler, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, getUser, parse, parse, reset, serialize, serialize, serialize, serialize, serialize, serializeToSAX, setContentHandler, setDocument, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setLexicalHandler, setPrettyPrinter, setProperties, setProperty, setStylesheet, setStylesheet, setUser, setXSLHandler, toSAX, toSAX, toSAX, toSAX, toSAX |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int EXIST_ID_NONE
public static final int EXIST_ID_ELEMENT
public static final int EXIST_ID_ALL
Constructor Detail |
public NativeSerializer(DBBroker broker, Configuration config)
broker
- Description of the ParameterMethod Detail |
protected void serializeToSAX(NodeSet set, int start, int howmany, long queryTime) throws org.xml.sax.SAXException
serializeToSAX
in class Serializer
set
- Description of the Parameterstart
- Description of the Parameterhowmany
- Description of the ParameterqueryTime
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionprotected void serializeToSAX(org.w3c.dom.Document doc, boolean generateDocEvent) throws org.xml.sax.SAXException
serializeToSAX
in class Serializer
doc
- Description of the ParametergenerateDocEvent
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionprotected void serializeToSAX(org.w3c.dom.Node n) throws org.xml.sax.SAXException
n
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionprotected void serializeToSAX(NodeProxy p) throws org.xml.sax.SAXException
p
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionprotected void serializeToSAX(NodeProxy p, boolean generateDocEvents) throws org.xml.sax.SAXException
serializeToSAX
in class Serializer
p
- Description of the ParametergenerateDocEvents
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionprotected void serializeToSAX(java.util.Iterator iter, DocumentImpl doc, long gid) throws org.xml.sax.SAXException
iter
- Description of the Parameterdoc
- Description of the Parametergid
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionprotected void serializeToSAX(NodeImpl node, java.util.Iterator iter, DocumentImpl doc, long gid, boolean first, Match[] matches) throws org.xml.sax.SAXException
node
- Description of the Parameteriter
- Description of the Parameterdoc
- Description of the Parametergid
- Description of the Parameterfirst
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionprotected void serializeToSAX(NodeImpl node, java.util.Iterator iter, DocumentImpl doc, long gid, boolean first, java.util.ArrayList prefixes, Match[] matches) throws org.xml.sax.SAXException
node
- Description of the Parameteriter
- Description of the Parameterdoc
- Description of the Parametergid
- Description of the Parameterfirst
- Description of the Parameterprefixes
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |