javax.xml.transform.Source
, Item
, NodeInfo
, ValueRepresentation
public class UnconstructedElement extends UnconstructedParent
ALL_NAMESPACES, EMPTY_NAMESPACE_LIST, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES
instruction, node, savedXPathContext
EMPTY_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, wait
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, tryToConstruct
public UnconstructedElement(ElementCreator instruction, XPathContext context)
public void setNameCode(int nameCode)
public int getNameCode()
allocate
,
getFingerprint
public int getNodeKind()
NodeInfo
Type.ELEMENT
or Type.ATTRIBUTE
. There are seven kinds of node: documents, elements, attributes,
text, comments, processing-instructions, and namespaces.Type