Uses of Class
com.ctc.wstx.sw.SimpleOutputElement
Packages that use SimpleOutputElement
-
Uses of SimpleOutputElement in com.ctc.wstx.sw
Fields in com.ctc.wstx.sw declared as SimpleOutputElementModifier and TypeFieldDescriptionprotected SimpleOutputElementBaseNsStreamWriter.mCurrElemprotected SimpleOutputElementBaseNsStreamWriter.mOutputElemPoolprotected SimpleOutputElementSimpleOutputElement.mParentReference to the parent element, element enclosing this element.Methods in com.ctc.wstx.sw that return SimpleOutputElementModifier and TypeMethodDescriptionprotected SimpleOutputElementSimpleOutputElement.createChild(String localName) Simplest factory method, which gets called when a 1-argument element output method is called.protected SimpleOutputElementSimpleOutputElement.createChild(String prefix, String localName, String uri) Full factory method, used for 'normal' namespace qualified output methods.static SimpleOutputElementSimpleOutputElement.createRoot()SimpleOutputElement.getParent()protected SimpleOutputElementSimpleOutputElement.reuseAsChild(SimpleOutputElement parent, String localName) protected SimpleOutputElementSimpleOutputElement.reuseAsChild(SimpleOutputElement parent, String prefix, String localName, String uri) Methods in com.ctc.wstx.sw with parameters of type SimpleOutputElementModifier and TypeMethodDescriptionprotected voidSimpleOutputElement.addToPool(SimpleOutputElement poolHead) Method called to temporarily link this instance to a pool, to allow reusing of instances with the same reader.protected final StringRepairingNsStreamWriter.findElemPrefix(String nsURI, SimpleOutputElement elem) Method called to find an existing prefix for the given namespace, if any exists in the scope.protected final StringRepairingNsStreamWriter.findOrCreateAttrPrefix(String suggPrefix, String nsURI, SimpleOutputElement elem) Method called to somehow find a prefix for given namespace, to be used for a new start element; either use an existing one, or generate a new one.protected final StringRepairingNsStreamWriter.generateElemPrefix(String suggPrefix, String nsURI, SimpleOutputElement elem) Method called afterRepairingNsStreamWriter.findElemPrefix(String, SimpleOutputElement)has returned null, to create and bind a namespace mapping for specified namespace.private voidSimpleOutputElement.relink(SimpleOutputElement parent, String prefix, String localName, String uri) Method called to reuse a pooled instance.protected SimpleOutputElementSimpleOutputElement.reuseAsChild(SimpleOutputElement parent, String localName) protected SimpleOutputElementSimpleOutputElement.reuseAsChild(SimpleOutputElement parent, String prefix, String localName, String uri) private final StringRepairingNsStreamWriter.validateElemPrefix(String prefix, String nsURI, SimpleOutputElement elem) Constructors in com.ctc.wstx.sw with parameters of type SimpleOutputElementModifierConstructorDescriptionprivateSimpleOutputElement(SimpleOutputElement parent, String prefix, String localName, String uri, BijectiveNsMap ns)