|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.dom.NodeImpl
org.exist.dom.ProcessingInstructionImpl
Description of the Class
Field Summary | |
protected java.lang.String |
data
|
protected java.lang.String |
target
|
Fields inherited from class org.exist.dom.NodeImpl |
attributes, gid, internalAddress, nodeName, nodeNameRef, nodeType, ownerDocument |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Constructor Summary | |
ProcessingInstructionImpl()
Constructor for the ProcessingInstructionImpl object |
|
ProcessingInstructionImpl(long gid)
Constructor for the ProcessingInstructionImpl object |
|
ProcessingInstructionImpl(long gid,
java.lang.String target,
java.lang.String data)
Constructor for the ProcessingInstructionImpl object |
Method Summary | |
static NodeImpl |
deserialize(byte[] data,
int start,
int len)
Description of the Method |
java.lang.String |
getData()
Gets the data attribute of the ProcessingInstructionImpl object |
java.lang.String |
getTarget()
Gets the target attribute of the ProcessingInstructionImpl object |
byte[] |
serialize()
Description of the Method |
void |
setData(java.lang.String data)
Sets the data attribute of the ProcessingInstructionImpl object |
void |
setTarget(java.lang.String target)
Sets the target attribute of the ProcessingInstructionImpl object |
void |
toSAX(org.xml.sax.ContentHandler contentHandler,
org.xml.sax.ext.LexicalHandler lexicalHandler,
boolean first,
java.util.ArrayList prefixes)
Description of the Method |
java.lang.String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Field Detail |
protected java.lang.String target
protected java.lang.String data
Constructor Detail |
public ProcessingInstructionImpl()
public ProcessingInstructionImpl(long gid)
gid
- Description of the Parameterpublic ProcessingInstructionImpl(long gid, java.lang.String target, java.lang.String data)
gid
- Description of the Parametertarget
- Description of the Parameterdata
- Description of the ParameterMethod Detail |
public java.lang.String getTarget()
getTarget
in interface org.w3c.dom.ProcessingInstruction
public void setTarget(java.lang.String target)
target
- The new target valuepublic java.lang.String getData()
getData
in interface org.w3c.dom.ProcessingInstruction
public void setData(java.lang.String data)
setData
in interface org.w3c.dom.ProcessingInstruction
data
- The new data valuepublic java.lang.String toString()
toString
in class NodeImpl
public void toSAX(org.xml.sax.ContentHandler contentHandler, org.xml.sax.ext.LexicalHandler lexicalHandler, boolean first, java.util.ArrayList prefixes) throws org.xml.sax.SAXException
toSAX
in class NodeImpl
contentHandler
- Description of the ParameterlexicalHandler
- Description of the Parameterfirst
- Description of the Parameterprefixes
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionpublic byte[] serialize()
serialize
in class NodeImpl
public static NodeImpl deserialize(byte[] data, int start, int len)
data
- Description of the Parameter
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |