|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.icl.saxon.om.AbstractNode | +--com.icl.saxon.tinytree.TinyNodeImpl | +--com.icl.saxon.tinytree.TinyAttributeImpl
A node in the XML parse tree representing an attribute. Note that this is generated only "on demand", when the attribute is selected by a select pattern.
Fields inherited from class com.icl.saxon.tinytree.TinyNodeImpl |
document, nodeNr, parent |
Fields inherited from class com.icl.saxon.om.AbstractNode |
NODE_LETTER |
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 |
Fields inherited from interface com.icl.saxon.om.NodeInfo |
ATTRIBUTE, COMMENT, ELEMENT, NAMESPACE, NODE, NONE, NUMBER_OF_TYPES, PI, ROOT, TEXT |
Constructor Summary | |
TinyAttributeImpl(TinyDocumentImpl doc,
int nodeNr)
|
Method Summary | |
void |
copy(Outputter out)
Copy this node to a given outputter |
java.lang.String |
generateId()
Generate id. |
java.lang.String |
getDisplayName()
Get the display name of this node. |
int |
getFingerprint()
Get the fingerprint of the node, used for matching names |
int |
getLineNumber()
Get the line number of the node within its source document entity |
java.lang.String |
getLocalName()
Get the local name of this node. |
int |
getNameCode()
Get the name code of the node, used for finding names in the name pool |
short |
getNodeType()
Return the type of node. |
NodeInfo |
getParent()
Get the parent node |
java.lang.String |
getPrefix()
Get the prefix part of the name of this node. |
protected long |
getSequenceNumber()
Get the node sequence number (in document order). |
java.lang.String |
getStringValue()
Return the character value of the node. |
java.lang.String |
getURI()
Get the URI part of the name of this node. |
Methods inherited from class com.icl.saxon.tinytree.TinyNodeImpl |
compareOrder, getAttributeValue, getAttributeValue, getBaseURI, getDocumentRoot, getEnumeration, getOriginatingNode, getSystemId, hasAttributes, hasChildNodes, isSameNode, outputNamespaceNodes, setLineNumber, setParentNode, setSystemId |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface org.w3c.dom.Attr |
getName, getOwnerElement, getSpecified, getValue, setValue |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getNamespaceURI, getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Constructor Detail |
public TinyAttributeImpl(TinyDocumentImpl doc, int nodeNr)
Method Detail |
public NodeInfo getParent()
getParent
in class TinyNodeImpl
com.icl.saxon.tinytree.TinyNodeImpl
protected long getSequenceNumber()
getSequenceNumber
in class TinyNodeImpl
public final short getNodeType()
getNodeType
in interface org.w3c.dom.Node
public java.lang.String getStringValue()
public int getFingerprint()
getFingerprint
in class TinyNodeImpl
public int getNameCode()
getNameCode
in class TinyNodeImpl
com.icl.saxon.om.NodeInfo
allocate
,
getFingerprint
public java.lang.String getPrefix()
getPrefix
in interface org.w3c.dom.Node
getPrefix
in class TinyNodeImpl
public java.lang.String getDisplayName()
getDisplayName
in class TinyNodeImpl
public java.lang.String getLocalName()
getLocalName
in interface org.w3c.dom.Node
getLocalName
in class TinyNodeImpl
public final java.lang.String getURI()
getURI
in class TinyNodeImpl
public java.lang.String generateId()
generateId
in class TinyNodeImpl
com.icl.saxon.tinytree.TinyNodeImpl
public void copy(Outputter out) throws javax.xml.transform.TransformerException
public int getLineNumber()
getLineNumber
in class TinyNodeImpl
com.icl.saxon.om.NodeInfo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |