|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Item in com.smallx.xml.component |
Methods in com.smallx.xml.component with parameters of type Item | |
boolean |
ComponentBase.isFlushing(Item i)
|
protected void |
ComponentBase.post(Item item)
|
void |
DocumentComponentBase.send(Item item)
|
Uses of Item in com.smallx.xml.component.standard |
Methods in com.smallx.xml.component.standard with parameters of type Item | |
void |
AddComponent.send(Item item)
|
void |
ApplyXSLTComponent.send(Item item)
|
void |
Delete.send(Item item)
|
void |
DocumentComponent.send(Item item)
|
void |
ElementUseStatistics.send(Item item)
Called when a infoset item is generated by a source. |
void |
Escape.send(Item item)
|
void |
FileComponent.send(Item item)
|
void |
Identity.send(Item item)
|
void |
Java.send(Item item)
|
void |
Parse.send(Item item)
|
void |
PipelineComponent.send(Item item)
|
void |
RegexComponent.send(Item item)
|
void |
RemoveDocumentDestination.send(Item item)
|
void |
Rename.send(Item item)
|
void |
RouteComponent.send(Item item)
|
void |
Sequence.send(Item item)
|
void |
SetAttributeComponent.send(Item item)
|
void |
StripWhitespace.send(Item item)
|
void |
SubtreeView.send(Item item)
|
void |
TemplateComponent.send(Item item)
|
void |
TrapComponent.send(Item item)
|
void |
URLComponent.send(Item item)
|
void |
Unwrap.send(Item item)
|
void |
Wrap.send(Item item)
|
Uses of Item in com.smallx.xml.infoset |
Subinterfaces of Item in com.smallx.xml.infoset | |
interface |
Attribute
This interface represents an attribute on an element. |
interface |
Characters
|
interface |
Child
This interface represents a infoset item in an XML document. |
interface |
Comment
This interface represents an XML comment. |
interface |
Document
This interface represents an XML document. |
interface |
DocumentEnd
This interface represents the end of a document. |
interface |
Element
This interface represents an XML element. |
interface |
ElementEnd
This interface represents an end of a element. |
interface |
Namespace
|
interface |
Parent
This interface represents a node that is a parent. |
interface |
ProcessingInstruction
This interface represents a processing instruction. |
Methods in com.smallx.xml.infoset that return Item | |
Item |
ItemSource.receive()
Called when a infoset item is generated by a source. |
Item |
ItemSource.seekByType(byte type)
The type to seek to (e.g. |
Item |
XMLException.Error.getLocation()
Returns the location associated with this error. |
Methods in com.smallx.xml.infoset with parameters of type Item | |
int |
Child.compareTo(Item other)
Compares this node to another node returning 1, 0, or -1. |
int |
Item.compareTo(Item other)
Compares this node to another node returning 1, 0, or -1. |
void |
ItemDestination.send(Item item)
Called when a infoset item is generated by a source. |
void |
XMLException.addError(java.lang.String message,
Item location)
|
void |
XMLException.addError(java.lang.String message,
Item location,
java.lang.Throwable cause)
|
Constructors in com.smallx.xml.infoset with parameters of type Item | |
XMLException.Error(java.lang.String message,
Item location)
Constucts an error with a location. |
|
XMLException.Error(java.lang.String message,
Item location,
java.lang.Throwable cause)
Constructs an error with a location and cause. |
Uses of Item in com.smallx.xml.infoset.memory |
Classes in com.smallx.xml.infoset.memory that implement Item | |
class |
MemoryAttribute
|
class |
MemoryCharacters
|
class |
MemoryComment
|
class |
MemoryDocument
|
class |
MemoryDocumentEnd
|
class |
MemoryElement
|
class |
MemoryElementEnd
|
class |
MemoryItem
|
class |
MemoryParent
|
class |
MemoryProcessingInstruction
|
class |
MemoryTextDataItem
|
Methods in com.smallx.xml.infoset.memory with parameters of type Item | |
int |
MemoryItem.compareTo(Item other)
|
Uses of Item in com.smallx.xml.infoset.util |
Methods in com.smallx.xml.infoset.util that return Item | |
Item |
DocumentSource.receive()
|
Item |
EmptySource.receive()
|
Item |
EmptySource.seekByType(byte type)
|
static Item |
ItemProperties.copyOf(ItemConstructor iconst,
Item i)
|
static Item |
ItemProperties.copyOf(ItemConstructor iconst,
Item i,
boolean deep)
|
static Item |
ItemProperties.copyOf(ItemConstructor iconst,
Item i,
boolean deep,
java.net.URI baseURI)
|
static Item |
ItemProperties.copyOfSubtree(ItemConstructor iconst,
Item i)
|
static Item |
ItemProperties.copyOfSubtree(ItemConstructor iconst,
Item i,
java.net.URI baseURI)
|
Item |
ItemQueue.receive()
|
Methods in com.smallx.xml.infoset.util with parameters of type Item | |
void |
DocumentDestination.send(Item item)
|
void |
ItemDiff.send(Item item)
|
static java.net.URI |
ItemProperties.findBaseURI(Item node)
|
static Item |
ItemProperties.copyOf(ItemConstructor iconst,
Item i)
|
static Item |
ItemProperties.copyOf(ItemConstructor iconst,
Item i,
boolean deep)
|
static Item |
ItemProperties.copyOf(ItemConstructor iconst,
Item i,
boolean deep,
java.net.URI baseURI)
|
static Item |
ItemProperties.copyOfSubtree(ItemConstructor iconst,
Item i)
|
static Item |
ItemProperties.copyOfSubtree(ItemConstructor iconst,
Item i,
java.net.URI baseURI)
|
void |
ItemQueue.send(Item e)
|
static NamespaceScope |
Namespaces.getNearestScope(Item node)
|
void |
NullDestination.send(Item item)
|
static java.lang.String |
Source.formatLocation(Item i)
|
boolean |
TreeTraversal.check(Item n)
|
java.lang.Object |
TreeTraversal.process(Item n)
|
java.lang.Object |
TreeTraversal.process(Item n,
java.lang.Object context)
|
java.lang.Object |
TreeTraversal.processChildren(Item n)
|
java.lang.Object |
TreeTraversal.processChildren(Item n,
java.lang.Object context)
|
void |
WriterItemDestination.send(Item item)
|
void |
XMLConstructor.send(Item item)
|
void |
XMLWriter.write(Item item)
|
static java.lang.String |
XPath.toXPath(Item context,
boolean includeBase)
Returns an xpath to the context node. |
static java.lang.String |
XPath.toXPath(Item context)
Returns an xpath to the context node. |
Uses of Item in com.smallx.xml.xpath |
Methods in com.smallx.xml.xpath that return Item | |
Item |
DocumentExpression.selectFirst(Item context)
Applies the expression and returns the first matching node of the result. |
Item |
EventState.match(Item current)
Returns 'true' if the event is in a of the matching sub-tree of the xpath from which this state was created. |
Methods in com.smallx.xml.xpath with parameters of type Item | |
java.util.Iterator |
DocumentExpression.select(Item context)
Applies the expression and returns an iteration of the result. |
Item |
DocumentExpression.selectFirst(Item context)
Applies the expression and returns the first matching node of the result. |
java.lang.String |
DocumentExpression.valueOf(Item context)
Applies the expression and returns the string value of the result. |
Item |
EventState.match(Item current)
Returns 'true' if the event is in a of the matching sub-tree of the xpath from which this state was created. |
Uses of Item in com.smallx.xml.xpath.util |
Constructors in com.smallx.xml.xpath.util with parameters of type Item | |
NodeStaticContext(Item node,
java.util.Collection inScopeVariables)
|
|
NodeStaticContext(Item node,
NamespaceScope resolver,
java.util.Collection inScopeVariables)
|
Uses of Item in com.smallx.xml.xslt |
Methods in com.smallx.xml.xslt with parameters of type Item | |
void |
MessageHandler.onError(java.lang.String error,
Item context)
|
Uses of Item in com.smallx.xml.xslt.xt |
Methods in com.smallx.xml.xslt.xt that return Item | |
Item |
ExprContext.getCurrent(Item contextNode)
|
Item |
ExprContext.getTree(Variant v)
|
Item |
Variant.getBaseNode()
|
Methods in com.smallx.xml.xslt.xt with parameters of type Item | |
void |
Action.invoke(ProcessContext context,
Item sourceNode,
Result result)
|
Item |
ExprContext.getCurrent(Item contextNode)
|
KeyValues |
ExprContext.getKeyValuesTable(Name name,
Item context)
|
java.lang.Object |
ExtensionContext.call(java.lang.String name,
Item currentNode,
java.lang.Object[] args)
|
void |
ProcessContext.applyImports(Item node,
Result result)
|
void |
ProcessContext.invokeWithParams(Action action,
Name[] paramNames,
Variant[] paramValues,
Item node,
Result result)
|
void |
ProcessContext.useAttributeSet(Name name,
Item node,
Result result)
|
Result |
ProcessContext.createNodeResult(Item baseNode,
Item[] rootNodeRef)
|
void |
ProcessContext.Memento.invoke(Action action,
Item node,
Result result)
|
void |
Result.send(Item item)
|
Uses of Item in com.smallx.xml.xslt.xt.transform |
Methods in com.smallx.xml.xslt.xt.transform that return Item | |
Item |
ResultFragmentVariant.getTree(ProcessContext context)
|
Item |
ResultFragmentVariantBase.getTree(ProcessContext context)
|
Methods in com.smallx.xml.xslt.xt.transform with parameters of type Item | |
void |
Result2ItemDestination.send(Item item)
|
java.util.Iterator |
SortNodeSetExpr.eval(Item node,
ExprContext context)
|
Constructors in com.smallx.xml.xslt.xt.transform with parameters of type Item | |
TerminateXSLException(java.lang.String detail,
Item node)
|
Uses of Item in com.smallx.xml.xslt.xt.xpath |
Methods in com.smallx.xml.xslt.xt.xpath that return Item | |
Item |
ConvertibleExpr.selectFirst(Item context)
Applies the expression and returns the first matching node of the result. |
Item |
VariantBase.getBaseNode()
|
Methods in com.smallx.xml.xslt.xt.xpath with parameters of type Item | |
boolean |
AnyNodeTest.matches(Item node,
ExprContext context)
|
boolean |
BooleanExpr.eval(Item node,
ExprContext context)
|
java.util.Iterator |
ConvertibleExpr.select(Item context)
Applies the expression and returns an iteration of the result. |
Item |
ConvertibleExpr.selectFirst(Item context)
Applies the expression and returns the first matching node of the result. |
java.lang.String |
ConvertibleExpr.valueOf(Item context)
Applies the expression and returns the string value of the result. |
static NodeSetExpr |
ExprParser.parseNodeSetExpr(Item node,
java.lang.String expr,
java.util.Collection locals)
|
static NodeSetExpr |
ExprParser.parseNodeSetExpr(Item node,
NamespaceScope resolver,
java.lang.String expr,
java.util.Collection locals)
|
static StringExpr |
ExprParser.parseStringExpr(Item node,
java.lang.String expr,
java.util.Collection locals)
|
static NumberExpr |
ExprParser.parseNumberExpr(Item node,
java.lang.String expr,
java.util.Collection locals)
|
static BooleanExpr |
ExprParser.parseBooleanExpr(Item node,
java.lang.String expr,
java.util.Collection locals)
|
static VariantExpr |
ExprParser.parseVariantExpr(Item node,
java.lang.String expr,
java.util.Collection locals)
|
static StringExpr |
ExprParser.parseAttributeValueTemplate(Item node,
java.lang.String value,
java.util.Collection locals)
|
static TopLevelPattern |
ExprParser.parsePattern(Item node,
java.lang.String pattern)
|
static TopLevelPattern |
ExprParser.parsePattern(Item node,
java.lang.String pattern,
java.util.Collection locals)
|
Name |
NameExpr.eval(Item node,
ExprContext context)
|
java.util.Iterator |
NodeSetExpr.eval(Item node,
ExprContext context)
|
double |
NumberExpr.eval(Item node,
ExprContext context)
|
boolean |
Pattern.matches(Item node,
ExprContext context)
|
java.lang.Object |
PatternList.get(Item node,
ExprContext context)
|
java.util.Iterator |
PatternList.getAll(Item node,
ExprContext context)
|
java.lang.String |
StringExpr.eval(Item node,
ExprContext context)
|
Variant |
VariantExpr.eval(Item node,
ExprContext context)
|
Constructors in com.smallx.xml.xslt.xt.xpath with parameters of type Item | |
AncestorsOrSelfNodeIterator(Item node)
|
|
DescendantsOrSelfNodeIterator(Item node)
|
|
FollowingNodeIterator(Item node)
|
|
KeyValuesTable(Pattern pattern,
StringExpr valueExpr,
Item n,
ExprContext context)
|
|
SingleNodeIterator(Item node)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |