|
Nux 1.4 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Field
.
Field
.
BinaryXMLCodec
.Builder
.
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
.' '
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.
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.
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.deserialize(new ByteArrayInputStream(input), new NodeFactory())
.
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)
.
Builder
that validates against the given MSV
(Multi-Schema Validator) schema.
maxTokens
tokens from the underlying child analyzer,
ignoring all remaining tokens.
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)
.
"\\W+"
; Divides text at non-letters (Character.isLetter(c))
XSLTransform
for the given
stylesheet and TransformerFactory.
null
if there are no more nodes available due too iterator exhaustion.
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.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.
StreamingPathFilter
.OutputStream
;
conceptually similar to the STAX
XMLStreamWriter
interface, except that it is more
XOM friendly, easier to use, and that implementations are required to
guarantee XML wellformedness due to relevant sanity checks.StreamingSerializer
implementations.StreamingPathFilter
whenever an element matches the filter's entire location
path.File
and that file has
been modified or deleted since the entry has been inserted into the pool.
String.trim()
.
Node
objects.
charset == null
.
tokenStream(String, String)
and is
less efficient than tokenStream(String, String)
.
StreamingPathFilter
whenever an
element matches the filter's entire location path.
"\\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.4 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |