|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.teamkonzept.dom4jb.saxon.Namespace
Field Summary |
Fields inherited from interface com.icl.saxon.om.NodeInfo |
ATTRIBUTE, COMMENT, ELEMENT, NAMESPACE, NODE, NONE, NUMBER_OF_TYPES, PI, ROOT, TEXT |
Constructor Summary | |
Namespace(String prefix,
String namespaceURI,
com.icl.saxon.om.NodeInfo parent)
|
Method Summary | |
int |
compareOrder(com.icl.saxon.om.NodeInfo other)
Determine the relative position of this node and another node, in document order. |
void |
copy(com.icl.saxon.output.Outputter outputter)
|
void |
copyStringValue(com.icl.saxon.output.Outputter out)
Copy the string-value of this node to a given outputter |
String |
generateId()
|
String |
getAttributeValue(int i)
|
String |
getAttributeValue(String s,
String s1)
|
String |
getBaseURI()
Get the Base URI for the node, that is, the URI used for resolving a relative URI contained in the node. |
String |
getDisplayName()
|
com.icl.saxon.om.DocumentInfo |
getDocumentRoot()
Get the root (document) node |
com.icl.saxon.om.AxisEnumeration |
getEnumeration(byte axisNumber,
com.icl.saxon.pattern.NodeTest nodeTest)
Return an enumeration over the nodes reached by the given axis from this node |
int |
getFingerprint()
Get fingerprint. |
int |
getLineNumber()
Get line number |
String |
getLocalName()
|
int |
getNameCode()
Get name code. |
short |
getNodeType()
|
com.icl.saxon.om.NodeInfo |
getParent()
Get the NodeInfo object representing the parent of this node |
String |
getPrefix()
|
String |
getStringValue()
|
String |
getSystemId()
Get the System ID for the node. |
String |
getURI()
Get the URI part of the name of this node. |
boolean |
hasChildNodes()
|
boolean |
isSameNode(com.icl.saxon.om.NodeInfo other)
Determine whether this is the same node as another node. |
void |
outputNamespaceNodes(com.icl.saxon.output.Outputter outputter,
boolean b)
|
void |
setSystemId(String uri)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Namespace(String prefix, String namespaceURI, com.icl.saxon.om.NodeInfo parent)
Method Detail |
public String getSystemId()
getSystemId
in interface com.icl.saxon.om.NodeInfo
public void setSystemId(String uri)
setSystemId
in interface Source
public String getBaseURI()
getBaseURI
in interface com.icl.saxon.om.NodeInfo
public boolean hasChildNodes()
hasChildNodes
in interface com.icl.saxon.om.NodeInfo
public String getDisplayName()
getDisplayName
in interface com.icl.saxon.om.NodeInfo
public String getStringValue()
getStringValue
in interface com.icl.saxon.om.NodeInfo
public String getLocalName()
getLocalName
in interface com.icl.saxon.om.NodeInfo
public String getPrefix()
getPrefix
in interface com.icl.saxon.om.NodeInfo
public short getNodeType()
getNodeType
in interface com.icl.saxon.om.NodeInfo
public int getLineNumber()
getLineNumber
in interface com.icl.saxon.om.NodeInfo
public int getNameCode()
getNameCode
in interface com.icl.saxon.om.NodeInfo
allocate
public int getFingerprint()
getFingerprint
in interface com.icl.saxon.om.NodeInfo
public void outputNamespaceNodes(com.icl.saxon.output.Outputter outputter, boolean b) throws TransformerException
outputNamespaceNodes
in interface com.icl.saxon.om.NodeInfo
TransformerException
public void copy(com.icl.saxon.output.Outputter outputter) throws TransformerException
copy
in interface com.icl.saxon.om.NodeInfo
TransformerException
public String generateId()
generateId
in interface com.icl.saxon.om.NodeInfo
public String getAttributeValue(int i)
getAttributeValue
in interface com.icl.saxon.om.NodeInfo
public String getAttributeValue(String s, String s1)
getAttributeValue
in interface com.icl.saxon.om.NodeInfo
public String getURI()
getURI
in interface com.icl.saxon.om.NodeInfo
public com.icl.saxon.om.NodeInfo getParent()
getParent
in interface com.icl.saxon.om.NodeInfo
public com.icl.saxon.om.DocumentInfo getDocumentRoot()
getDocumentRoot
in interface com.icl.saxon.om.NodeInfo
public void copyStringValue(com.icl.saxon.output.Outputter out) throws TransformerException
copyStringValue
in interface com.icl.saxon.om.NodeInfo
TransformerException
public com.icl.saxon.om.AxisEnumeration getEnumeration(byte axisNumber, com.icl.saxon.pattern.NodeTest nodeTest)
getEnumeration
in interface com.icl.saxon.om.NodeInfo
nodeTest
- A pattern to be matched by the returned nodes
public int compareOrder(com.icl.saxon.om.NodeInfo other)
compareOrder
in interface com.icl.saxon.om.NodeInfo
other
- The other node, whose position is to be compared with this
node
public boolean isSameNode(com.icl.saxon.om.NodeInfo other)
isSameNode
in interface com.icl.saxon.om.NodeInfo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |