Uses of Interface
org.codehaus.stax2.AttributeInfo
Packages that use AttributeInfo
Package
Description
Package that contains a skeletal reference implementation of Stax2 API,
as well as some utility/helper classes that can be useful in building
one.
-
Uses of AttributeInfo in org.codehaus.stax2
Methods in org.codehaus.stax2 that return AttributeInfoModifier and TypeMethodDescriptionXMLStreamReader2.getAttributeInfo()
Method that can be called to get additional information about attributes related to the current start element, as well as related DTD-based information if available. -
Uses of AttributeInfo in org.codehaus.stax2.ri
Classes in org.codehaus.stax2.ri that implement AttributeInfoModifier and TypeClassDescriptionclass
This adapter implements parts ofXMLStreamReader2
, the extended stream reader defined by Stax2 extension, by wrapping a vanilla Stax 1.0XMLStreamReader
implementation.class
This is a partial base implementation ofXMLStreamReader2
, the extended stream reader that is part of Stax2.Methods in org.codehaus.stax2.ri that return AttributeInfoModifier and TypeMethodDescriptionStax2ReaderAdapter.getAttributeInfo()
Stax2ReaderImpl.getAttributeInfo()
-
Uses of AttributeInfo in org.codehaus.stax2.ri.dom
Classes in org.codehaus.stax2.ri.dom that implement AttributeInfoModifier and TypeClassDescriptionclass
This is an adapter class that presents a DOM document as if it was a regularXMLStreamReader
.Methods in org.codehaus.stax2.ri.dom that return AttributeInfo -
Uses of AttributeInfo in org.codehaus.stax2.util
Methods in org.codehaus.stax2.util that return AttributeInfo