Package | Description |
---|---|
edu.ucsb.nceas.metacat |
Modifier and Type | Field and Description |
---|---|
protected DBSAXNode |
DBSAXHandler.rootNode |
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector<DBSAXNode> |
DBSAXHandler.nodeIndex |
protected java.util.Stack<DBSAXNode> |
DBSAXHandler.nodeStack |
Modifier and Type | Method and Description |
---|---|
DBSAXNode |
DBSAXNode.getParentNode()
get the parent of this node
|
Modifier and Type | Method and Description |
---|---|
protected long |
DBSAXHandler.writeTextForDBSAXNode(long previousEndNodeId,
java.lang.StringBuffer strBuffer,
DBSAXNode node) |
Constructor and Description |
---|
DBSAXNode(DBConnection conn,
java.lang.String qName,
java.lang.String lName,
DBSAXNode parentNode,
long rootnodeid,
java.lang.String docid,
java.lang.String doctype)
Construct a new node instance for ELEMENT nodes
|
DBSAXNode(DBConnection conn,
java.lang.String docName,
java.lang.String publicId,
java.lang.String systemId,
DBSAXNode parentNode,
long rootnodeid,
java.lang.String docid)
Construct a new node instance for DTD nodes
This Node will write docname, publicId and systemId into db.
|
Copyright © 2020 Regents of the University of California. All Rights Reserved.