|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.saxon.LeafNode
biz.c24.io.api.data.saxon.ProcessingInstructionNode
public class ProcessingInstructionNode
A processing instruction node in the C24 Integreation Objects data model.
Field Summary |
---|
Fields inherited from interface net.sf.saxon.om.NodeInfo |
---|
ALL_NAMESPACES, EMPTY_NAMESPACE_LIST, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES |
Method Summary | |
---|---|
String |
getDisplayName()
Get the display name of this node, in the form of a lexical QName. |
int |
getFingerprint()
Get fingerprint. |
String |
getLocalPart()
Get the local part of the name of this node. |
int |
getNameCode()
Get name code. |
int |
getNodeKind()
Get the kind of node. |
Methods inherited from class biz.c24.io.api.data.saxon.LeafNode |
---|
atomize, compareOrder, copy, equals, generateId, getAttributeValue, getBaseURI, getConfiguration, getDeclaredNamespaces, getDocumentNumber, getDocumentRoot, getLineNumber, getNamePool, getParent, getPrefix, getRelativePosition, getRoot, getStringValue, getStringValueCS, getSystemId, getTypeAnnotation, getTypedValue, getUnderlyingObject, getURI, hasChildNodes, hashCode, isSameNodeInfo, iterateAxis, iterateAxis, sendNamespaceDeclarations, setSystemId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getNodeKind()
Type.ELEMENT
or Type.ATTRIBUTE
. There are seven kinds of node: documents, elements, attributes,
text, comments, processing-instructions, and namespaces.
Type
public int getNameCode()
NamePool.FP_MASK
, you get a
fingerprint: two nodes with the same fingerprint have the same local name
and namespace URI.
getNameCode
in interface net.sf.saxon.om.NodeInfo
getNameCode
in class LeafNode
allocate
,
getFingerprint
public String getDisplayName()
getDisplayName
in interface net.sf.saxon.om.NodeInfo
getDisplayName
in class LeafNode
public String getLocalPart()
getLocalPart
in interface net.sf.saxon.om.NodeInfo
getLocalPart
in class LeafNode
public int getFingerprint()
getFingerprint
in interface net.sf.saxon.om.NodeInfo
getFingerprint
in class LeafNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |