| java.lang.Object com.caucho.jaxb.property.Property com.caucho.jaxb.property.CDataProperty
All known Subclasses: com.caucho.jaxb.property.XmlListCollectionProperty, com.caucho.jaxb.property.BooleanProperty, com.caucho.jaxb.property.DateTimeProperty, com.caucho.jaxb.property.BigIntegerProperty, com.caucho.jaxb.property.DurationProperty, com.caucho.jaxb.property.StringProperty, com.caucho.jaxb.property.SourceProperty, com.caucho.jaxb.property.DoubleProperty, com.caucho.jaxb.property.UUIDProperty, com.caucho.jaxb.property.DateProperty, com.caucho.jaxb.property.IntProperty, com.caucho.jaxb.property.ShortProperty, com.caucho.jaxb.property.LongProperty, com.caucho.jaxb.property.XMLGregorianCalendarProperty, com.caucho.jaxb.property.BigDecimalProperty, com.caucho.jaxb.property.ImageProperty, com.caucho.jaxb.property.ByteProperty, com.caucho.jaxb.property.XmlListArrayProperty, com.caucho.jaxb.property.CalendarProperty, com.caucho.jaxb.property.DataHandlerProperty, com.caucho.jaxb.property.CharacterProperty, com.caucho.jaxb.property.URIProperty, com.caucho.jaxb.property.FloatProperty, com.caucho.jaxb.property.ByteArrayProperty, com.caucho.jaxb.property.EnumProperty,
CDataProperty | abstract public class CDataProperty extends Property (Code) | | helper class for properties that are represented as a "flat" CDATA block
|
Field Summary | |
final public static L10N | L | protected boolean | _isNullable |
Method Summary | |
public Object | bindFrom(BinderImpl binder, NodeIterator node, Object previous) | public Node | bindTo(BinderImpl binder, Node node, Object value, Namer namer) | public String | getMinOccurs() | abstract protected Object | read(String in) | public Object | read(Unmarshaller u, XMLStreamReader in, Object previous) | public Object | read(Unmarshaller u, XMLStreamReader in, Object previous, ClassSkeleton attributed, Object parent) | public Object | readAttribute(XMLStreamReader in, int i) | public String | toString() | abstract public String | write(Object in) | public void | write(Marshaller m, XMLStreamWriter out, Object value, Namer namer, Object obj, ArrayList<XmlMapping> attributes) | public void | write(Marshaller m, XMLStreamWriter out, Object value, Namer namer) | public void | write(Marshaller m, XMLStreamWriter out, Object value, Namer namer, Object obj) |
L | final public static L10N L(Code) | | |
_isNullable | protected boolean _isNullable(Code) | | |
Fields inherited from com.caucho.jaxb.property.Property | final public static L10N L(Code)(Java Doc)
|
Methods inherited from com.caucho.jaxb.property.Property | abstract public Object bindFrom(BinderImpl binder, NodeIterator node, Object previous) throws IOException, JAXBException(Code)(Java Doc) abstract public Node bindTo(BinderImpl binder, Node node, Object value, Namer namer) throws IOException, JAXBException(Code)(Java Doc) public Node bindTo(BinderImpl binder, Node node, Object value, Namer namer, ArrayList<XmlMapping> attributes) throws IOException, JAXBException(Code)(Java Doc) public String getMaxOccurs()(Code)(Java Doc) public String getMinOccurs()(Code)(Java Doc) public Object getNilValue()(Code)(Java Doc) abstract public QName getSchemaType()(Code)(Java Doc) public boolean isNullable()(Code)(Java Doc) public boolean isXmlPrimitiveType()(Code)(Java Doc) abstract public Object read(Unmarshaller u, XMLStreamReader in, Object previous) throws IOException, XMLStreamException, JAXBException(Code)(Java Doc) public Object read(Unmarshaller u, XMLStreamReader in, Object previous, ClassSkeleton attributed, Object parent) throws IOException, XMLStreamException, JAXBException(Code)(Java Doc) public Object readAttribute(XMLStreamReader in, int i) throws IOException, JAXBException(Code)(Java Doc) abstract public void write(Marshaller m, XMLStreamWriter out, Object value, Namer namer) throws IOException, XMLStreamException, JAXBException(Code)(Java Doc) public void write(Marshaller m, XMLStreamWriter out, Object value, Namer namer, Object obj) throws IOException, XMLStreamException, JAXBException(Code)(Java Doc) public void write(Marshaller m, XMLStreamWriter out, Object value, Namer namer, Object obj, ArrayList<XmlMapping> attributes) throws IOException, XMLStreamException, JAXBException(Code)(Java Doc)
|
|
|