すべてのクラス
-
すべてのクラス インタフェースの概要 クラスの概要 例外の概要 クラス 説明 DOM2XmlPullBuilder Simplistic DOM2 builder that should be enough to do support most cases.Driver SAX2 Driver that pulls events from XmlPullParser and comverts them into SAX2 callbacks.Iterable Use java.lang.Iterable instead when JDK 1.5 comes outMXParser Absolutely minimal implementation of XMLPULL V1 APIMXParserCachingStrings Extend MXP parser to use string cache of char[] to interned StringMXParserFactory Simple facotry to speed up creation process.MXParserNonValidating Extend MXP parser to be full non validating XML 1.0 parser (added internal DTD parsing and support for full XML 1.0 (or 1.1) character classes).MXSerializer Implementation of XmlSerializer interface from XmlPull V1 API.StaticXmlPullParserWrapper This class seemlesly extends exisiting parser implementation by adding new methods (provided by XmlPullUtil) and delegating exisiting methods to parser implementation.StaticXmlSerializerWrapper This class seemlesly extends exisiting serialzier implementation by adding new methods (provided by XmlPullUtil) and delegating exisiting methods to parser implementation.XmlAttribute This is immutable value object that represents Attribute Information Item with exception of references property.XmlAttributeAdapter Wraps XML attribute - allows overriding and other nice things.XmlAttributeImpl Simple implementation.XmlBuilderException This exception is thrown to signal XB1 related exceptions.XmlCharacters Represents otrdered colection of Character Information Items where character code properties are put together into Java String.XmlComment Represents Comment Information Item.XmlCommentImpl Simple implementation.XmlContained Common abstraction to represent XML infoset item that are contained in other infoet items This is useful so parent can be updated on contained items when container is cloned ...XmlContainer Common abstraction shared between XmlElement, XmlDocument and XmlDoctype to represent XML Infoset item that can contain other Infoset items This is useful so getParent() operation will return this instead of Object ...XmlDoctype Represents Document Type Declaration Information Item.XmlDocument Represents Document Information Item .XmlDocumentAdapter XmlDocumentImpl XmlElement Represents Element Information Item except for in-scope namespaces that can be reconstructed by visiting this element parent, checking its namespaces, then grandparent and so on.XmlElementAdapter XmlElementImpl This is implementation if XML Infoset Element Information Item.XmlInfosetBuilder By default builder is using non-validating pull parser with next() method without namespaces to build tree consisting only of XmlDocument, XmlElemenet and String nodes.XmlInfosetBuilderImpl Implementation of generic buuilder that uses XmlPull API to access current default XmlPullParser and XmlSerializer.XmlNamespace Represents Namespace Information Item .XmlNamespaceImpl Simple implementation.XmlNotation Represents Notation Information Item.XmlProcessingInstruction Represents Processing Instruction Information Item .XmlPullParser XML Pull Parser is an interface that defines parsing functionlity provided in XMLPULL V1 API (visit this website to learn more about API and its implementations).XmlPullParserDelegate This is simple class that implements parser interface by delegating all calls to actual wrapped class implementation that is passed in constructor.XmlPullParserException This exception is thrown to signal XML Pull Parser related faults.XmlPullParserFactory This class is used to create implementations of XML Pull Parser defined in XMPULL V1 API.XmlPullParserPool Very simple utility to make pooling of XmlPull parsers easy.XmlPullParserWrapper Extensions to XmlPullParser interfaceXmlPullUtil Handy functions that combines XmlPull API into higher level functionality.XmlPullWrapperFactory Handy functions that combines XmlPull API into higher level functionality.XmlSerializable This interface is used during serialization by XmlInfosetBuilder for children that are not in XML infoset.XmlSerializer Define an interface to serialziation of XML Infoset.XmlSerializerDelegate This is simple class that implements serializer interface by delegating all calls to actual serialzier implementation passed in constructor.XmlSerializerWrapper Extensions to XmlSerialzier interfaceXmlUnexpandedEntityReference Represents Unexpanded Entity Reference Information Item .XmlUnparsedEntity Represents Unparsed Entity Information Item .