Class ASN1NullPointer
- java.lang.Object
-
- org.apache.commons.jxpath.ri.model.NodePointer
-
- CGINPointer
-
- LeafCGINPointer
-
- ASN1NullPointer
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable
,org.apache.commons.jxpath.Pointer
public class ASN1NullPointer extends LeafCGINPointer
A NodePointer for an ASN1Null.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ASN1NullPointer(org.apache.commons.jxpath.ri.model.NodePointer parent, org.apache.commons.jxpath.ri.QName name, ASN1Null object)
Creates a pointer to the given ASN1Null.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getImmediateNode()
Gets the ASN1Null.void
setValue(Object value)
Sets this pointer so that it refers to the given ASN1Null.-
Methods inherited from class com.opencloud.slee.resources.cgin.xpath.LeafCGINPointer
isCollection, isLeaf
-
Methods inherited from class com.opencloud.slee.resources.cgin.xpath.CGINPointer
compareChildNodePointers, createChild, getBaseValue, getLength, getName
-
Methods inherited from class org.apache.commons.jxpath.ri.model.NodePointer
asPath, attributeIterator, childIterator, clone, compareTo, createAttribute, createChild, createChild, createPath, createPath, escape, getAbstractFactory, getDefaultNamespaceURI, getImmediateParentPointer, getImmediateValuePointer, getIndex, getLocale, getNamespaceResolver, getNamespaceURI, getNamespaceURI, getNode, getNodeSetByKey, getNodeValue, getParent, getPointerByID, getPointerByKey, getRootNode, getValue, getValuePointer, isActual, isAttribute, isContainer, isDefaultNamespace, isLanguage, isNode, isRoot, namespaceIterator, namespacePointer, newChildNodePointer, newNodePointer, printPointerChain, remove, setAttribute, setIndex, setNamespaceResolver, testNode, toString
-
-
-
-
Constructor Detail
-
ASN1NullPointer
protected ASN1NullPointer(org.apache.commons.jxpath.ri.model.NodePointer parent, org.apache.commons.jxpath.ri.QName name, ASN1Null object)
Creates a pointer to the given ASN1Null.- Parameters:
parent
- pointer to the surrounding nodename
- name of the new nodeobject
- value of the new node
-
-
Method Detail
-
getImmediateNode
public Object getImmediateNode()
Gets the ASN1Null.- Specified by:
getImmediateNode
in classorg.apache.commons.jxpath.ri.model.NodePointer
- Returns:
- Object
-
setValue
public void setValue(Object value)
Sets this pointer so that it refers to the given ASN1Null.- Specified by:
setValue
in interfaceorg.apache.commons.jxpath.Pointer
- Specified by:
setValue
in classorg.apache.commons.jxpath.ri.model.NodePointer
- Parameters:
value
- Object
-
-