| Modifier and Type | Field and Description |
|---|---|
BitSet |
expressions
This field is used only in instantResults mode;
This field tells which expressions has hit this node.
|
String |
localName |
String |
location |
String |
namespaceURI |
long |
order |
String |
qualifiedName |
int |
refCount
This field tells how many expressions have hit or might hit
this NodeItem.
|
int |
type
This field tells the type of this NodeItem.
|
String |
value |
Object |
xml
This field holds the in-memory xml representation of this node item.
|
boolean |
xmlBuilt
This field tells if the value of field `xml` is completely built
or not.
|
| Constructor and Description |
|---|
NodeItem() |
NodeItem(Event event) |
NodeItem(int type,
String location,
String value,
String localName,
String namespaceURI,
String qualifiedName) |
NodeItem(Node node,
NamespaceContext nsContext) |
NodeItem(Node node,
String prefix,
String uri,
NamespaceContext nsContext) |
public final int type
public final String location
public final String value
public final String localName
public final String namespaceURI
public final String qualifiedName
public final long order
public int refCount
public Object xml
public boolean xmlBuilt
public BitSet expressions
public NodeItem()
public NodeItem(Event event)
public NodeItem(Node node, NamespaceContext nsContext)
public NodeItem(int type,
String location,
String value,
String localName,
String namespaceURI,
String qualifiedName)
public NodeItem(Node node, String prefix, String uri, NamespaceContext nsContext)
public void printTo(PrintStream out)
Copyright © 2021. All rights reserved.