Uses of Class
com.ctc.wstx.util.BaseNsContext
-
Packages that use BaseNsContext Package Description com.ctc.wstx.evt Package contains Woodstox implementation of the StAX event layer; functionality that is built on top of stream readers and writers.com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such.com.ctc.wstx.util Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox. -
-
Uses of BaseNsContext in com.ctc.wstx.evt
Subclasses of BaseNsContext in com.ctc.wstx.evt Modifier and Type Class Description classMergedNsContextHierarchicNamespaceContextimplementation used when constructing event and namespace information explicitly viaXMLEventFactory, not by a stream reader.Fields in com.ctc.wstx.evt declared as BaseNsContext Modifier and Type Field Description protected BaseNsContextBaseStartElement. mNsCtxtprotected BaseNsContextBaseStartElement. mNsCtxtMethods in com.ctc.wstx.evt that return BaseNsContext Modifier and Type Method Description static BaseNsContextMergedNsContext. construct(NamespaceContext parentCtxt, List<Namespace> localNs)Methods in com.ctc.wstx.evt with parameters of type BaseNsContext Modifier and Type Method Description ObjectDefaultEventAllocator. withStartElement(Location loc, QName name, BaseNsContext nsCtxt, ElemAttrs attrs, boolean wasEmpty)Constructors in com.ctc.wstx.evt with parameters of type BaseNsContext Constructor Description CompactStartElement(Location loc, QName name, BaseNsContext nsCtxt, ElemAttrs attrs)SimpleStartElement(Location loc, QName name, BaseNsContext nsCtxt, Map<QName,Attribute> attr) -
Uses of BaseNsContext in com.ctc.wstx.sr
Subclasses of BaseNsContext in com.ctc.wstx.sr Modifier and Type Class Description classCompactNsContextSimple implementation of separate non-transient namespace context object.Fields in com.ctc.wstx.sr declared as BaseNsContext Modifier and Type Field Description protected BaseNsContextInputElementStack. mLastNsContextLast potentially shareable NamespaceContext created by this stack.Methods in com.ctc.wstx.sr that return BaseNsContext Modifier and Type Method Description BaseNsContextInputElementStack. createNonTransientNsContext(Location loc)Method called to construct a non-transient NamespaceContext instance; generally needed when creating events to return from event-based iterators.Methods in com.ctc.wstx.sr with parameters of type BaseNsContext Modifier and Type Method Description abstract ObjectElemCallback. withStartElement(Location loc, QName name, BaseNsContext nsCtxt, ElemAttrs attrs, boolean wasEmpty) -
Uses of BaseNsContext in com.ctc.wstx.util
Subclasses of BaseNsContext in com.ctc.wstx.util Modifier and Type Class Description classEmptyNamespaceContextDummyNamespaceContext(andBaseNsContext) implementation that is usually used in non-namespace-aware mode.
-