Uses of Class
com.levigo.jadice.document.metadata.MetadataException
Packages that use MetadataException
-
Uses of MetadataException in com.levigo.jadice.document.metadata
Methods in com.levigo.jadice.document.metadata that throw MetadataExceptionModifier and TypeMethodDescriptionMetadataNode.findAttribute
(String name, String relativeXpath, Object... arguments) Returns the attribute value of the node pointed by given XPath expression or null if the attribute does not existMetadataNode.getAttribute
(String name) returns the attribute value of the current nodeMetadataNode.getAttribute
(String name, String relativeXpath, Object... arguments) Returns the attribute value of the node pointed by given XPath expressionGet the text content of the node addressed by the XPath.MetadataNode.getTextOrCDATA
(String relativeXpath, Object... arguments) Get the text content of the node addressed by the XPath.boolean
MetadataNode.hasAttribute
(String name, String relativeXpath, Object... arguments) Check whether the node addressed by the XPath contains the attribute with the given name.