|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ConversionException in org.compass.core.converter |
|---|
| Methods in org.compass.core.converter that throw ConversionException | |
|---|---|
boolean |
Converter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
Marshall the given Object to the given Resource. |
Object |
Converter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
Unmarshall the given Resource to the appropiate Object. |
| Uses of ConversionException in org.compass.core.converter.basic |
|---|
| Methods in org.compass.core.converter.basic that throw ConversionException | |
|---|---|
protected Object |
URLConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected Object |
URIConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected Object |
StringConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected Object |
StringBuilderConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected Object |
StringBufferConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected Object |
EnumConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected Object |
DateConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
Try all the configured formatters to format the str into an Object. |
protected Object |
CharConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected Object |
CalendarConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected Object |
ByteConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected Object |
BooleanConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected Object |
AbstractNumberConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected abstract Object |
AbstractBasicConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
Override the from String in order to un-marshall the String back into its object representation. |
protected void |
AbstractBasicConverter.doSetBoost(Property property,
Object root,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
A simple extension point that allows to set the boost value for the created Property. |
Object |
AbstractBasicConverter.fromString(String str,
ResourcePropertyMapping resourcePropertyMapping)
Calls AbstractBasicConverter.fromString(String, org.compass.core.mapping.ResourcePropertyMapping, org.compass.core.marshall.MarshallingContext)
with a null value for the context. |
protected Object |
AbstractBasicConverter.fromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
Performs null checks (by calling AbstractBasicConverter.isNullValue(String, org.compass.core.mapping.ResourcePropertyMapping, org.compass.core.marshall.MarshallingContext))
and then calls AbstractBasicConverter.doFromString(String, org.compass.core.mapping.ResourcePropertyMapping, org.compass.core.marshall.MarshallingContext)
if the value is not null. |
boolean |
AbstractBasicConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
Object |
AbstractBasicConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
| Uses of ConversionException in org.compass.core.converter.basic.atomic |
|---|
| Methods in org.compass.core.converter.basic.atomic that throw ConversionException | |
|---|---|
protected Object |
AtomicBooleanConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
| Uses of ConversionException in org.compass.core.converter.dynamic |
|---|
| Methods in org.compass.core.converter.dynamic that throw ConversionException | |
|---|---|
ExpressionEvaluator |
ExpressionEvaluatorFactory.create()
Creates a new ExpressionEvaluator. |
protected Object |
AbstractDynamicConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
Does nothing since there is no meaning for un-marshalling for dynamic converters |
protected Object |
VelocityDynamicConverter.evaluate(Object o,
ResourcePropertyMapping resourcePropertyMapping)
|
Object |
ThreadSafeExpressionEvaluator.evaluate(Object o,
ResourcePropertyMapping resourcePropertyMapping)
|
protected Object |
OgnlDynamicConverter.evaluate(Object o,
ResourcePropertyMapping resourcePropertyMapping)
|
protected Object |
MVELDynamicConverter.evaluate(Object o,
ResourcePropertyMapping resourcePropertyMapping)
|
protected Object |
JexlDynamicConverter.evaluate(Object o,
ResourcePropertyMapping resourcePropertyMapping)
|
protected Object |
JakartaElDynamicConverter.evaluate(Object o,
ResourcePropertyMapping resourcePropertyMapping)
|
protected Object |
GroovyDynamicConverter.evaluate(Object o,
ResourcePropertyMapping resourcePropertyMapping)
|
Object |
GroovyDynamicConverter.GroovyExpressionEvaluator.evaluate(Object o,
ResourcePropertyMapping resourcePropertyMapping)
|
Object |
ExpressionEvaluator.evaluate(Object o,
ResourcePropertyMapping resourcePropertyMapping)
Evaluates an expression. |
protected abstract Object |
AbstractDynamicConverter.evaluate(Object o,
ResourcePropertyMapping resourcePropertyMapping)
Evaluates the given data object using the configured expression. |
boolean |
AbstractDynamicConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
void |
VelocityDynamicConverter.setExpression(String expression)
|
void |
OgnlDynamicConverter.setExpression(String expression)
|
void |
MVELDynamicConverter.setExpression(String expression)
|
void |
JexlDynamicConverter.setExpression(String expression)
|
void |
JakartaElDynamicConverter.setExpression(String expression)
|
void |
GroovyDynamicConverter.setExpression(String expression)
|
void |
DynamicConverter.setExpression(String expression)
Sets the expression this dynamic converter will ecaluate. |
Object |
AbstractDynamicConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
Does nothing since there is no meaning for un-marshalling for dynamic converters |
| Uses of ConversionException in org.compass.core.converter.extended |
|---|
| Methods in org.compass.core.converter.extended that throw ConversionException | |
|---|---|
protected Object |
SqlTimestampConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected Object |
SqlTimeConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected Object |
SqlDateConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected Object |
LocaleConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
protected Object |
FileConverter.doFromString(String str,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
|
boolean |
ReaderConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
PrimitiveByteArrayConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
ObjectByteArrayConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
InputStreamConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
Object |
ReaderConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
PrimitiveByteArrayConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
ObjectByteArrayConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
InputStreamConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
| Uses of ConversionException in org.compass.core.converter.json |
|---|
| Methods in org.compass.core.converter.json that throw ConversionException | |
|---|---|
protected void |
SimpleJsonValueConverter.doSetBoost(Property property,
Object root,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
A simple extension point that allows to set the boost value for the created Property. |
AliasedJsonObject |
JsonContentConverter.fromJSON(String alias,
String json)
Converts a JSON string into an AliasedJsonObject. |
Object |
ResourcePropertyJsonValueConverter.fromString(String str,
ResourcePropertyMapping resourcePropertyMapping)
|
boolean |
SimpleJsonValueConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
Marshals the given object value into a Property which is added to the provided
Resource. |
String |
JsonContentConverter.toJSON(JsonObject jsonObject)
Converts an XmlObject into an xml string. |
String |
ResourcePropertyJsonValueConverter.toString(Object o,
ResourcePropertyMapping resourcePropertyMapping)
|
Object |
SimpleJsonValueConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
Not supported operation. |
| Uses of ConversionException in org.compass.core.converter.mapping |
|---|
| Methods in org.compass.core.converter.mapping that throw ConversionException | |
|---|---|
Object |
ResourcePropertyConverter.fromString(String str,
ResourcePropertyMapping resourcePropertyMapping)
Converts from a String and into it's Object representation. |
boolean |
ResourceMappingConverter.marshallIds(Resource idResource,
Object id,
ResourceMapping resourceMapping,
MarshallingContext context)
Marshalls teh given Object id into the given resource. |
String |
ResourcePropertyConverter.toString(Object o,
ResourcePropertyMapping resourcePropertyMapping)
Converts the Object into a String. |
Object[] |
ResourceMappingConverter.unmarshallIds(Object id,
ResourceMapping resourceMapping,
MarshallingContext context)
Unamrshalls the given id into its id properties values. |
| Uses of ConversionException in org.compass.core.converter.mapping.json |
|---|
| Methods in org.compass.core.converter.mapping.json that throw ConversionException | |
|---|---|
boolean |
RootJsonObjectMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
PlainJsonObjectMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
JsonPropertyMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
JsonIdMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
JsonContentMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
JsonArrayMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
RootJsonObjectMappingConverter.marshallIds(Resource idResource,
Object id,
ResourceMapping resourceMapping,
MarshallingContext context)
|
Object |
RootJsonObjectMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
PlainJsonObjectMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
JsonPropertyMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
JsonContentMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
JsonArrayMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object[] |
RootJsonObjectMappingConverter.unmarshallIds(Object id,
ResourceMapping resourceMapping,
MarshallingContext context)
|
| Uses of ConversionException in org.compass.core.converter.mapping.osem |
|---|
| Methods in org.compass.core.converter.mapping.osem that throw ConversionException | |
|---|---|
protected Object |
ClassMappingConverter.constructObjectForUnmarshalling(ClassMapping classMapping,
Resource resource,
MarshallingContext context)
Constructs the object used for unmarshalling (no properties are set/unmarshalled) on it. |
protected boolean |
ClassMappingConverter.doMarshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
protected boolean |
ReferenceMappingConverter.doMarshall(Resource resource,
Object root,
RefAliasObjectMapping hasRefAliasMapping,
ClassMapping refMapping,
MarshallingContext context)
|
protected boolean |
ComponentMappingConverter.doMarshall(Resource resource,
Object root,
RefAliasObjectMapping hasRefAliasMapping,
ClassMapping refMapping,
MarshallingContext context)
|
protected abstract boolean |
AbstractRefAliasMappingConverter.doMarshall(Resource resource,
Object root,
RefAliasObjectMapping hasRefAliasMapping,
ClassMapping refMapping,
MarshallingContext context)
|
protected void |
ClassMappingConverter.doSetBoost(Resource resource,
Object root,
ClassMapping classMapping,
MarshallingContext context)
A simple extension point that allows to set the boost value for the created Resource. |
protected Object |
ReferenceMappingConverter.doUnmarshall(Resource resource,
RefAliasObjectMapping hasRefAliasMapping,
ClassMapping refMapping,
MarshallingContext context)
|
protected Object |
ComponentMappingConverter.doUnmarshall(Resource resource,
RefAliasObjectMapping hasRefAliasMapping,
ClassMapping refMapping,
MarshallingContext context)
|
protected abstract Object |
AbstractRefAliasMappingConverter.doUnmarshall(Resource resource,
RefAliasObjectMapping hasRefAliasMapping,
ClassMapping refMapping,
MarshallingContext context)
|
boolean |
PlainCascadeMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
ParentMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
ConstantMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
ClassPropertyMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
ClassMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
AbstractRefAliasMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
AbstractCollectionMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
ClassMappingConverter.marshallIds(Resource idResource,
Object id,
ResourceMapping resourceMapping,
MarshallingContext context)
|
Object |
PlainCascadeMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
ParentMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
ConstantMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
ClassPropertyMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
ClassMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
AbstractRefAliasMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
AbstractCollectionMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object[] |
ClassMappingConverter.unmarshallIds(Object id,
ResourceMapping resourceMapping,
MarshallingContext context)
|
| Uses of ConversionException in org.compass.core.converter.mapping.rsem |
|---|
| Methods in org.compass.core.converter.mapping.rsem that throw ConversionException | |
|---|---|
boolean |
RawResourceMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
RawResourceMappingConverter.marshallIds(Resource idResource,
Object id,
ResourceMapping resourceMapping,
MarshallingContext context)
|
Object |
RawResourceMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object[] |
RawResourceMappingConverter.unmarshallIds(Object id,
ResourceMapping resourceMapping,
MarshallingContext context)
|
| Uses of ConversionException in org.compass.core.converter.mapping.support |
|---|
| Methods in org.compass.core.converter.mapping.support that throw ConversionException | |
|---|---|
Object |
FormatDelegateConverter.fromString(String str,
ResourcePropertyMapping resourcePropertyMapping)
|
boolean |
FormatDelegateConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
String |
FormatDelegateConverter.toString(Object o,
ResourcePropertyMapping resourcePropertyMapping)
|
Object |
FormatDelegateConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
| Uses of ConversionException in org.compass.core.converter.mapping.xsem |
|---|
| Methods in org.compass.core.converter.mapping.xsem that throw ConversionException | |
|---|---|
boolean |
XmlPropertyMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
XmlObjectMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
XmlIdMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
XmlContentMappingConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
boolean |
XmlObjectMappingConverter.marshallIds(Resource idResource,
Object id,
ResourceMapping resourceMapping,
MarshallingContext context)
|
static XmlObject[] |
XmlConverterUtils.select(XmlObject xmlObject,
XPathEnabledMapping xpathMapping)
Executes the given xpath expression (using XPathEnabledMapping and returns
a list of xml objects. |
Object |
XmlPropertyMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
XmlObjectMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
XmlIdMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object |
XmlContentMappingConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
|
Object[] |
XmlObjectMappingConverter.unmarshallIds(Object id,
ResourceMapping resourceMapping,
MarshallingContext context)
|
| Uses of ConversionException in org.compass.core.converter.xsem |
|---|
| Methods in org.compass.core.converter.xsem that throw ConversionException | |
|---|---|
protected void |
SimpleXmlValueConverter.doSetBoost(Property property,
Object root,
ResourcePropertyMapping resourcePropertyMapping,
MarshallingContext context)
A simple extension point that allows to set the boost value for the created Property. |
Object |
ResourcePropertyValueConverter.fromString(String str,
ResourcePropertyMapping resourcePropertyMapping)
|
AliasedXmlObject |
XmlContentConverter.fromXml(String alias,
Reader xml)
Converts an xml string into an AliasedXmlObject. |
AliasedXmlObject |
SingletonXmlContentConverterWrapper.fromXml(String alias,
Reader xml)
Converts a raw xml and an alias into an AliasedXmlObject by using the shared
XmlContentConverter implementation. |
AliasedXmlObject |
PrototypeXmlContentConverterWrapper.fromXml(String alias,
Reader xml)
Converts a raw xml and an alias into an AliasedXmlObject by creating and configuring
a new XmlContentConverter implementation. |
AliasedXmlObject |
PoolXmlContentConverterWrapper.fromXml(String alias,
Reader xml)
Converts a raw xml and an alias into an AliasedXmlObject by using the pool of
XmlContentConverters implementation. |
boolean |
SimpleXmlValueConverter.marshall(Resource resource,
Object root,
Mapping mapping,
MarshallingContext context)
|
String |
ResourcePropertyValueConverter.toString(Object o,
ResourcePropertyMapping resourcePropertyMapping)
|
String |
XmlContentConverter.toXml(XmlObject xmlObject)
Converts an XmlObject into an xml string. |
String |
SingletonXmlContentConverterWrapper.toXml(XmlObject xmlObject)
Converts the XmlObject into raw xml by using the shared
XmlContentConverter implementation. |
String |
PrototypeXmlContentConverterWrapper.toXml(XmlObject xmlObject)
Converts the XmlObject into raw xml by creating and configuring a new
XmlContentConverter implementation. |
String |
PoolXmlContentConverterWrapper.toXml(XmlObject xmlObject)
Converts the XmlObject into raw xml by using the pool of
XmlContentConverters implementation. |
Object |
SimpleXmlValueConverter.unmarshall(Resource resource,
Mapping mapping,
MarshallingContext context)
Not supported operation. |
| Uses of ConversionException in org.compass.core.json.grails.converter |
|---|
| Methods in org.compass.core.json.grails.converter that throw ConversionException | |
|---|---|
AliasedJsonObject |
GrailsContentConverter.fromJSON(String alias,
String json)
|
String |
GrailsContentConverter.toJSON(JsonObject jsonObject)
|
| Uses of ConversionException in org.compass.core.json.impl.converter |
|---|
| Methods in org.compass.core.json.impl.converter that throw ConversionException | |
|---|---|
AliasedJsonObject |
DefaultJSONContentConverterImpl.fromJSON(String alias,
String json)
|
String |
DefaultJSONContentConverterImpl.toJSON(JsonObject jsonObject)
|
| Uses of ConversionException in org.compass.core.json.jettison.converter |
|---|
| Methods in org.compass.core.json.jettison.converter that throw ConversionException | |
|---|---|
AliasedJsonObject |
JettisonContentConverter.fromJSON(String alias,
String json)
|
String |
JettisonContentConverter.toJSON(JsonObject jsonObject)
|
| Uses of ConversionException in org.compass.core.mapping |
|---|
| Methods in org.compass.core.mapping that throw ConversionException | |
|---|---|
String |
ResourcePropertyLookup.normalizeString(String value)
Normalizes a given String value to a (hopefully) String value that mathces the one stored in the index. |
| Uses of ConversionException in org.compass.core.xml.dom4j.converter |
|---|
| Methods in org.compass.core.xml.dom4j.converter that throw ConversionException | |
|---|---|
AliasedXmlObject |
XPPReaderXmlContentConverter.fromXml(String alias,
Reader xml)
Uses dom4j XPPReader to convert the given xml string into a Dom4jAliasedXmlObject. |
AliasedXmlObject |
XPP3ReaderXmlContentConverter.fromXml(String alias,
Reader xml)
Uses dom4j XPP3Reader to convert the given xml string into a Dom4jAliasedXmlObject. |
AliasedXmlObject |
STAXReaderXmlContentConverter.fromXml(String alias,
Reader xml)
Uses dom4j STAXEventReader to convert the given xml string into a Dom4jAliasedXmlObject. |
AliasedXmlObject |
SAXReaderXmlContentConverter.fromXml(String alias,
Reader xml)
Uses dom4j SAXReader to convert the given xml string into a Dom4jAliasedXmlObject. |
String |
AbstractXmlWriterXmlContentConverter.toXml(XmlObject xmlObject)
Converts the XmlObject (assumes it is a Dom4jXmlObject) into
an xml string. |
String |
STAXReaderXmlContentConverter.toXml1(XmlObject xmlObject)
|
| Uses of ConversionException in org.compass.core.xml.javax.converter |
|---|
| Methods in org.compass.core.xml.javax.converter that throw ConversionException | |
|---|---|
AliasedXmlObject |
StaxNodeXmlContentConverter.fromXml(String alias,
Reader xml)
Uses the already created DocumentBuilder and Stax2DomBuilder
and parse the given xml into a NodeAliasedXmlObject. |
AliasedXmlObject |
NodeXmlContentConverter.fromXml(String alias,
Reader xml)
Uses the already created DocumentBuilder
and parse the given xml into a NodeAliasedXmlObject. |
String |
NodeXmlContentConverter.toXml(XmlObject xmlObject)
Converts a NodeXmlObject into an xml string. |
| Uses of ConversionException in org.compass.core.xml.jdom.converter |
|---|
| Methods in org.compass.core.xml.jdom.converter that throw ConversionException | |
|---|---|
AliasedXmlObject |
STAXBuilderXmlContentConverter.fromXml(String alias,
Reader xml)
Uses JDOM StAXBuilder to convert the given xml string into a JDomAliasedXmlObject. |
AliasedXmlObject |
SAXBuilderXmlContentConverter.fromXml(String alias,
Reader xml)
Uses JDOM SAXBuilder to convert the given xml string into a JDomAliasedXmlObject. |
String |
AbstractXmlOutputterXmlContentConverter.toXml(XmlObject xmlObject)
Converts the XmlObject (assumes it is a JDomXmlObject) into
an xml string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||