biz.c24.io.api.data.saxon
Interface ComponentNode

All Superinterfaces:
DataNode, net.sf.saxon.om.Item, net.sf.saxon.om.NodeInfo, net.sf.saxon.evpull.PullEvent, Source, net.sf.saxon.om.ValueRepresentation
All Known Implementing Classes:
AttributeNode, ComplexElementNode, ElementNode, SimpleElementNode

public interface ComponentNode
extends DataNode

A common interface to elements and attributes 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
 
Fields inherited from interface net.sf.saxon.om.ValueRepresentation
EMPTY_VALUE_ARRAY
 
Method Summary
 DataComponent getUnderlyingComponent()
           
 
Methods inherited from interface biz.c24.io.api.data.saxon.DataNode
getUnderlyingObject
 
Methods inherited from interface net.sf.saxon.om.NodeInfo
atomize, compareOrder, copy, equals, generateId, getAttributeValue, getBaseURI, getConfiguration, getDeclaredNamespaces, getDisplayName, getDocumentNumber, getDocumentRoot, getFingerprint, getLineNumber, getLocalPart, getNameCode, getNamePool, getNodeKind, getParent, getPrefix, getRoot, getStringValue, getSystemId, getTypeAnnotation, getURI, hasChildNodes, hashCode, isSameNodeInfo, iterateAxis, iterateAxis
 
Methods inherited from interface javax.xml.transform.Source
setSystemId
 
Methods inherited from interface net.sf.saxon.om.Item
getStringValueCS, getTypedValue
 

Method Detail

getUnderlyingComponent

DataComponent getUnderlyingComponent()


C24 Technologies © 2002-2012: All Rights Reserved.