public class UnconstructedElement extends UnconstructedParent
instruction, node, savedXPathContextALL_NAMESPACES, EMPTY_NAMESPACE_LIST, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACESEMPTY_VALUE_ARRAY| Constructor and Description |
|---|
UnconstructedElement(ElementCreator instruction,
XPathContext context) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNameCode()
Get name code.
|
int |
getNodeKind()
Get the kind of node.
|
void |
setNameCode(int nameCode) |
atomize, 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