|
Nux 1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
[offset..offset+length)
to the end of this list.
Field
.
Field
.
int
elements;
implemented with arrays.BinaryXMLCodec
.Builder
.
END_DOCUMENT
event is seen.
Builder
objects that validate against
W3C XML Schemas, DTDs, RELAX NG, Schematron or do not validate at all
(thread-safe).XMLReader
that has no particular features and properties.
XMLReader
that has the given features and properties.
Builder
objects, creating and
holding zero or more Builders per thread.BuilderPool
.END_ELEMENT
event is seen; returns a document rooted at that element.
size()
will yield zero.
' '
space character; Further, leading and trailing whitespaces are removed,
if present, ala String.trim()
.
Builder
.
Builder
that validates against
the DTD obtained by the given entity resolver.
Builder
that validates against
the given MSV (Multi-Schema Validator) schema.
Builder
.
EntityResolver
that validates
against the DTD obtained from the given input stream.
XSLTransform
for the given stylesheet.
XSLTransform
for the given stylesheet.
XSLTransform
for the given stylesheet.
Builder
that validates
against W3C XML Schemas.
XMLStreamReader
pull parser
implementation that reads from an underlying XOM Node; typically a
Document or fragment (subtree); Ideal for efficient conversion of a
XOM tree to SOAP/AXIOM, JAXB 2, JiBX or XMLBeans,
for example when incrementally converting XQuery results via an
Unmarshaller
, perhaps in combination with a
StreamingPathFilter
.
XQuery
for the given input
query.
XQuery
for the given input
query, using the given base URI.
XQuery
for the given input
query, using the given base URI.
XQuery
for the given input
query, using the given base URI.
deserialize(new ByteArrayInputStream(input), new NodeFactory())
.
Document
objects using flexible
parametrization (thread-safe).Document
objects; for example used by DocumentPool
;
Pool eviction is based on a LRU (least recently used) policy as defined by
a tunable PoolConfig
configuration.java -Xmx8m -verbose:gc
and
java -Xmx512m -verbose:gc
and without any -Xmx limit, both
with JDK 1.4 and 1.5 (Sun and IBM), both with client and server VM.Document
objects,
storing documents in a DocumentMap
.doc()
function into a XOM Document
object.ResultSequenceSerializer.W3C_ALGORITHM
or ResultSequenceSerializer.WRAP_ALGORITHM
; Defaults to
ResultSequenceSerializer.W3C_ALGORITHM
.
BinaryXMLCodec
.
Builder
.
Builder
that validates against the
DTD obtained by the given entity resolver.
Serializer.Serializer(OutputStream, String)
.
Text
node that is
empty or consists of whitespace characters only (boundary whitespace).
Serializer.setIndent(int)
.
maxTokens
tokens from the underlying child analyzer,
ignoring all remaining tokens.
Builder
that validates against the given MSV
(Multi-Schema Validator) schema.
TransformerFactory
implementations, given in order of
preference from left to right.
SynonymTokenFilter
.
Text
node, altogether removing a Text node that becomes
empty after said trimming (ala String.trim()
).
XSLTransform
for the given stylesheet.
XSLTransform
for the given stylesheet.
XSLTransform
for the input stream obtained from
resolving the given resourceName against the given resolver.
Serializer.setUnicodeNormalizationFormC(boolean)
Builder
that validates against W3C XML Schemas.
XQuery
for the given input query.
XQuery
for the given input query, using the
given base URI.
XQuery
for the given input query, using the
given base URI.
XQuery
for the input stream obtained from
resolving the given resourceName against the given resolver.
match(text, query, null, null)
.
XSLTransform
for the given
stylesheet and TransformerFactory.
null
if there are no more nodes available due too iterator exhaustion.
"\\W+"
; Divides text at non-letters (Character.isLetter(c))
Text
nodes (if present) into a single Text node
containing their string concatenation; Empty Text nodes are removed.
OutputStream
, both for standard textual XML as well as binary XML;
Also includes a XOM Builder implementation that uses a StAX parser instead of a SAX parser;
plus a XMLStreamReader implementation reading from an underlying XOM Document or fragment;
plus other tools.Reader
, that can flexibly separate text into terms via a regular expression Pattern
(with behaviour identical to String.split(String)
),
and that combines the functionality of
LetterTokenizer
,
LowerCaseTokenizer
,
WhitespaceTokenizer
,
StopFilter
into a single efficient
multi-purpose class.DocumentMap
and
cousins.' '
space character.
doc()
function.
File
and that file has
been modified or deleted since the entry has been inserted into the pool.
close
,
writeStartDocument
and writeEndDocument
flavours are silently ignored.Builder
except that it builds a XOM
document using an underlying StAX pull parser rather than a SAX push parser,
inverting control flow.StreamingPathFilter
.OutputStream
, SAX, StAX, DOM or bnux.StreamingSerializer
implementations.StreamingPathFilter
whenever an element matches the filter's entire location
path.tokenStream(String, String)
and is
less efficient than tokenStream(String, String)
.
Node
objects.
charset == null
.
StreamingPathFilter
whenever an
element matches the filter's entire location path.
String.trim()
.
"\\s+"
; Divides text at whitespaces (Character.isWhitespace(c))
writeEndTag
calls; Implicitly calls
flush()
and releases resources.
writeStartTag
call.
writeStartTag
call.
write
flavour except
write(Document)
.
XQuery
objects using flexible parametrization (thread-safe).new XQueryFactory(null, null)
.
XQuery
objects, creating and
holding at most maxEntries
XQuery objects (each
representing a compiled query).XSLTransform
objects using flexible parametrization (thread-safe).XSLTransform
objects,
creating and holding at most maxEntries
XSLTransform
objects (each representing a compiled stylesheet).
|
Nux 1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |