|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of XmlObject in org.compass.core.converter.mapping.xsem |
|---|
| Methods in org.compass.core.converter.mapping.xsem that return XmlObject | |
|---|---|
static XmlObject[] |
XmlConverterUtils.select(XmlObject xmlObject,
XPathEnabledMapping xpathMapping)
Executes the given xpath expression (using XPathEnabledMapping and returns
a list of xml objects. |
| Methods in org.compass.core.converter.mapping.xsem with parameters of type XmlObject | |
|---|---|
static XmlObject[] |
XmlConverterUtils.select(XmlObject xmlObject,
XPathEnabledMapping xpathMapping)
Executes the given xpath expression (using XPathEnabledMapping and returns
a list of xml objects. |
| Uses of XmlObject in org.compass.core.converter.xsem |
|---|
| Methods in org.compass.core.converter.xsem with parameters of type XmlObject | |
|---|---|
String |
SimpleXmlValueConverter.toString(XmlObject xmlObject,
ResourcePropertyMapping resourcePropertyMapping)
Default implementation of toString, simply calls getValue(). |
String |
ResourcePropertyValueConverter.toString(XmlObject xmlObject,
ResourcePropertyMapping resourcePropertyMapping)
Normalizes the getValue() using the delegated
ResourcePropertyConverter.fromString(String, org.compass.core.mapping.ResourcePropertyMapping),
and then using ResourcePropertyValueConverter.toString(Object, org.compass.core.mapping.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. |
| Uses of XmlObject in org.compass.core.xml |
|---|
| Subinterfaces of XmlObject in org.compass.core.xml | |
|---|---|
interface |
AliasedXmlObject
An XmlObject that is also assoicated with an alias. |
| Classes in org.compass.core.xml that implement XmlObject | |
|---|---|
class |
RawAliasedXmlObject
Extends RawXmlObject and adds association with an alias. |
class |
RawXmlObject
An XmlObject that has an xml string representation. |
| Methods in org.compass.core.xml that return XmlObject | |
|---|---|
XmlObject[] |
XmlXPathExpression.select(XmlObject xmlObject)
Executes the given compiled xpath expression against the given xml object. |
XmlObject[] |
XmlObject.selectPath(String path)
Returns a list of xml objects matching the given xpath expression. |
XmlObject[] |
RawXmlObject.selectPath(String path)
|
| Methods in org.compass.core.xml with parameters of type XmlObject | |
|---|---|
XmlObject[] |
XmlXPathExpression.select(XmlObject xmlObject)
Executes the given compiled xpath expression against the given xml object. |
| Uses of XmlObject in org.compass.core.xml.dom4j |
|---|
| Classes in org.compass.core.xml.dom4j that implement XmlObject | |
|---|---|
class |
Dom4jAliasedXmlObject
A dom4j (http://www.dom4j.org) implementation of AliasedXmlObject. |
class |
Dom4jXmlObject
A dom4j (http://www.dom4j.org) implementation of XmlObject. |
| Methods in org.compass.core.xml.dom4j that return XmlObject | |
|---|---|
XmlObject[] |
Dom4jXmlXPathExpression.select(XmlObject xmlObject)
|
XmlObject[] |
Dom4jXmlObject.selectPath(String path)
|
| Methods in org.compass.core.xml.dom4j with parameters of type XmlObject | |
|---|---|
XmlObject[] |
Dom4jXmlXPathExpression.select(XmlObject xmlObject)
|
| Uses of XmlObject in org.compass.core.xml.dom4j.converter |
|---|
| Methods in org.compass.core.xml.dom4j.converter with parameters of type XmlObject | |
|---|---|
String |
AbstractXmlWriterXmlContentConverter.toXml(XmlObject xmlObject)
Converts the XmlObject (assumes it is a Dom4jXmlObject) into
an xml string. |
String |
STAXReaderXmlContentConverter.toXml1(XmlObject xmlObject)
|
| Uses of XmlObject in org.compass.core.xml.javax |
|---|
| Classes in org.compass.core.xml.javax that implement XmlObject | |
|---|---|
class |
NodeAliasedXmlObject
A java 5 implementation of AliasedXmlObject wrapping a Node. |
class |
NodeXmlObject
A java 5 implementation of XmlObject wrapping a Node. |
| Methods in org.compass.core.xml.javax that return XmlObject | |
|---|---|
XmlObject[] |
XPathXmlXPathExpression.select(XmlObject xmlObject)
|
XmlObject[] |
NodeXmlObject.selectPath(String path)
Compiles and selects the given xpath expression. |
| Methods in org.compass.core.xml.javax with parameters of type XmlObject | |
|---|---|
XmlObject[] |
XPathXmlXPathExpression.select(XmlObject xmlObject)
|
| Uses of XmlObject in org.compass.core.xml.javax.converter |
|---|
| Methods in org.compass.core.xml.javax.converter with parameters of type XmlObject | |
|---|---|
String |
NodeXmlContentConverter.toXml(XmlObject xmlObject)
Converts a NodeXmlObject into an xml string. |
| Uses of XmlObject in org.compass.core.xml.jdom |
|---|
| Classes in org.compass.core.xml.jdom that implement XmlObject | |
|---|---|
class |
JDomAliasedXmlObject
A JDOM (http://www.jdom.org) implementation of AliasedXmlObject. |
class |
JDomXmlObject
A dom4j (http://www.dom4j.org) implementation of XmlObject. |
| Methods in org.compass.core.xml.jdom that return XmlObject | |
|---|---|
XmlObject[] |
JDomXmlXPathExpression.select(XmlObject xmlObject)
|
XmlObject[] |
JDomXmlObject.selectPath(String path)
|
| Methods in org.compass.core.xml.jdom with parameters of type XmlObject | |
|---|---|
XmlObject[] |
JDomXmlXPathExpression.select(XmlObject xmlObject)
|
| Uses of XmlObject in org.compass.core.xml.jdom.converter |
|---|
| Methods in org.compass.core.xml.jdom.converter with parameters of type XmlObject | |
|---|---|
String |
AbstractXmlOutputterXmlContentConverter.toXml(XmlObject xmlObject)
Converts the XmlObject (assumes it is a JDomXmlObject) into
an xml string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||