javax.xml.transform.Source, Item, NodeInfo, ValueRepresentationpublic class UnconstructedElement extends UnconstructedParent
ALL_NAMESPACES, EMPTY_NAMESPACE_LIST, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACESinstruction, node, savedXPathContextEMPTY_VALUE_ARRAY| Constructor | Description |
|---|---|
UnconstructedElement(ElementCreator instruction,
XPathContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getNameCode() |
Get name code.
|
int |
getNodeKind() |
Get the kind of node.
|
void |
setNameCode(int nameCode) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitatomize, compareOrder, construct, copy, equals, generateId, getAttributeValue, getBaseURI, getConfiguration, getDeclaredNamespaces, getDisplayName, getDocumentNumber, getDocumentRoot, getFingerprint, getInstruction, getLineNumber, getLocalPart, getNamePool, getParent, getPrefix, getPuller, getRoot, getStringValue, getStringValueCS, getSystemId, getTypeAnnotation, getTypedValue, getURI, getXPathContext, hasChildNodes, hashCode, isSameNodeInfo, iterateAxis, iterateAxis, sendNamespaceDeclarations, setSystemId, tryToConstructpublic UnconstructedElement(ElementCreator instruction, XPathContext context)
public void setNameCode(int nameCode)
public int getNameCode()
allocate,
getFingerprintpublic int getNodeKind()
NodeInfoType.ELEMENT
or Type.ATTRIBUTE. There are seven kinds of node: documents, elements, attributes,
text, comments, processing-instructions, and namespaces.Type