Serialized Form


Package org.cdmckay.coffeedom

Class org.cdmckay.coffeedom.Attribute extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name
The local name of the Attribute


value

String value
The value of the Attribute


type

Attribute.Type type
The type of the Attribute


parent

Element parent
Parent element, or null if none

Class org.cdmckay.coffeedom.CDATA extends Text implements Serializable

Class org.cdmckay.coffeedom.CoffeeDOMException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause
A wrapped Throwable

Class org.cdmckay.coffeedom.Comment extends Content implements Serializable

Serialized Fields

text

String text
Text of the Comment

Class org.cdmckay.coffeedom.Content extends Object implements Serializable

Serialized Fields

parent

Parent parent

Class org.cdmckay.coffeedom.DataConversionException extends CoffeeDOMException implements Serializable

Class org.cdmckay.coffeedom.DocType extends Content implements Serializable

Serialized Fields

elementName

String elementName
The element being constrained


publicID

String publicID
The public ID of the DOCTYPE


systemID

String systemID
The system ID of the DOCTYPE


internalSubset

String internalSubset
The internal subset of the DOCTYPE

Class org.cdmckay.coffeedom.Document extends Object implements Serializable

Serialized Fields

contents

org.cdmckay.coffeedom.ContentList contents
This document's content including comments, PIs, a possible DocType, and a root element. Subclassers have to track content using their own mechanism.


baseURI

String baseURI
See http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/core.html#baseURIs-Considerations


propertyMap

Map<K,V> propertyMap

Class org.cdmckay.coffeedom.Element extends Content implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name
The local name of the element


attributes

org.cdmckay.coffeedom.AttributeList attributes
The attributes of the element. Subclassers have to track attributes using their own mechanism.


contents

org.cdmckay.coffeedom.ContentList contents
The content of the element. Subclassers have to track content using their own mechanism.

Class org.cdmckay.coffeedom.EntityRef extends Content implements Serializable

Serialized Fields

name

String name
The name of the EntityRef


publicID

String publicID
The PublicID of the EntityRef


systemID

String systemID
The SystemID of the EntityRef

Class org.cdmckay.coffeedom.IllegalAddException extends IllegalArgumentException implements Serializable

Class org.cdmckay.coffeedom.IllegalDataException extends IllegalArgumentException implements Serializable

Class org.cdmckay.coffeedom.IllegalNameException extends IllegalArgumentException implements Serializable

Class org.cdmckay.coffeedom.IllegalTargetException extends IllegalArgumentException implements Serializable

Class org.cdmckay.coffeedom.ProcessingInstruction extends Content implements Serializable

Serialized Fields

target

String target
The target of the PI


rawData

String rawData
The data for the PI as a String


mapData

Map<K,V> mapData
The data for the PI in name/value pairs

Class org.cdmckay.coffeedom.Text extends Content implements Serializable

Serialized Fields

value

String value
The actual character content


Package org.cdmckay.coffeedom.filter

Class org.cdmckay.coffeedom.filter.AbstractFilter extends Object implements Serializable

Class org.cdmckay.coffeedom.filter.ContentFilter extends AbstractFilter implements Serializable

Serialized Fields

filterSet

EnumSet<E extends Enum<E>> filterSet
The CoffeeDOM filter set, defaults to all showing.

Class org.cdmckay.coffeedom.filter.ElementFilter extends AbstractFilter implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name
The element name


Package org.cdmckay.coffeedom.input

Class org.cdmckay.coffeedom.input.CoffeeDOMParseException extends CoffeeDOMException implements Serializable

Serialized Fields

partialDocument

Document partialDocument
The portion of the document that was successfully built before the parse error occurred.


Package org.cdmckay.coffeedom.transform

Class org.cdmckay.coffeedom.transform.XSLTransformException extends CoffeeDOMException implements Serializable


Package org.cdmckay.coffeedom.xpath

Class org.cdmckay.coffeedom.xpath.XPath extends Object implements Serializable

Serialization Methods

writeReplace

protected final Object writeReplace()
                             throws ObjectStreamException
[Serialization support] Returns the alternative object to write to the stream when serializing this object. This method returns an instance of a dedicated nested class to serialize XPath expressions independently of the concrete implementation being used.

Note: Subclasses are not allowed to override this method to ensure valid serialization of all implementations.

Throws:
ObjectStreamException - never.

Package org.cdmckay.coffeedom.xpath.jaxen

Class org.cdmckay.coffeedom.xpath.jaxen.CoffeeDOMXPath extends org.jaxen.BaseXPath implements Serializable

serialVersionUID: 6426091824802286928L

Class org.cdmckay.coffeedom.xpath.jaxen.DocumentNavigator extends org.jaxen.DefaultNavigator implements Serializable

serialVersionUID: -1636727587303584165L



Copyright © 2011. All Rights Reserved.