Uses of Class
org.eclipse.webdav.dom.MalformedElementException

Packages that use MalformedElementException
org.eclipse.webdav.client Provides support for the WebDAV protocol. 
org.eclipse.webdav.dom Provides a set of "editors" for manipulating the XML data exchanged with WebDAV servers. 
 

Uses of MalformedElementException in org.eclipse.webdav.client
 

Methods in org.eclipse.webdav.client that throw MalformedElementException
protected  URLTable AbstractResourceHandle.extractPropStats(MultiStatus multiStatus)
          Helper method to extract the property status response from a multi status reponse, and populate a URLTable with the results.
 QualifiedName PropertyStatus.getPropertyName()
          Return the requested property's name.
 

Uses of MalformedElementException in org.eclipse.webdav.dom
 

Methods in org.eclipse.webdav.dom that throw MalformedElementException
 PropStat ResponseBody.accumulatePropStat(Element element, String status, String responseDescription)
          Gets this response's first propstat with the given status and adds a clone of the given element as a property of its prop.
 void Prop.addProperty(Element element)
          Creates a clone of the given element and adds it to this prop.
protected static void ElementEditor.ensure(boolean value, String message)
          Ensures that the given value is true.
protected static void ElementEditor.ensure(String message, boolean value)
          Deprecated.  
protected static void ElementEditor.ensureDAVElement(Node node, String name, String message)
          Ensures that the given node is a WebDAV element with the given name.
protected static Element ElementEditor.ensureDAVElement(String message, Node node, String name)
          Deprecated.  
protected static void ElementEditor.ensureNotNull(String message, Object object)
          Ensures that the given object is not null.
protected static void ElementEditor.ensureNull(String message, Object object)
          Ensures that the given object is null.
protected static Text ElementEditor.ensureText(String message, Node node)
          Ensures that the given node is a text node, returning it as a Text node if it is.
static Element ElementEditor.extractElement(Document document, Element element)
          Clones the given element, and its subtrees, and sets it as the root of the given document.
static Node ElementEditor.extractNode(Node parent, Node node)
          Clones the given node, and its subtrees, and sets it as the root of the given parent node.
 Enumeration LockDiscovery.getActiveLocks()
          Returns an Enumeration over this lockdiscovery's ActiveLocks.
 Enumeration Bindings.getBindings()
          Returns an Enumeration over this bindings Bindings.
 String Conflict.getCommonAncestor()
           
 Enumeration ConflictReportResponse.getConflicts()
           
 Enumeration Conflict.getContributors()
           
 String ActiveLock.getDepth()
          Returns the depth of this activelock; for example, Context.DEPTH_ZERO.
 String ResourceID.getHref()
          Returns this resourceid's href.
 String Conflict.getHref()
           
 String BaselineControl.getHref()
          Answer the href passed in the body of the baseline control element.
 String ResponseBody.getHref()
          Returns this response's first href.
 Enumeration ResponseBody.getHrefs()
          Returns an Enumeration of this response's hrefs (not including the first href).
 String Update.getLabel()
           
 String Label.getLabelName()
           
 Enumeration SupportedLock.getLockEntries()
          Returns an Enumeration over this supportedlock's LockEntrys.
 Enumeration ActiveLock.getLockTokenHrefs()
          Returns an Enumeration of Strings containing this activelock's lock token hrefs.
static String ElementEditor.getNSName(Element element)
          Returns the URL of the given element's namespace, or null if it has no namespace.
 Owner ActiveLock.getOwner()
          Returns this activelock's owner, or null if this active lock has no owner.
 Owner LockInfo.getOwner()
          Returns this lockinfo's owner, or null if this lockinfo has no owner.
 Prop PropStat.getProp()
          Returns this propstat's prop.
 Prop PropFind.getProp()
          Returns this propfind's prop.
 Enumeration PropertyBehavior.getProperties()
          Returns an Enumeration over this propertybehavior's property hrefs.
 Enumeration Prop.getProperties()
          Returns an Enumeration over this prop's property Elements.
 Element PropertyUpdate.Directive.getProperty()
          Returns this editor's underlying element, which may be any generic element.
 Enumeration Prop.getPropertyNames()
          Returns an Enumeration over this prop's property QualifiedNames.
 Enumeration ResponseBody.getPropStats()
          Returns an Enumeration of this response's Propstats.
static QualifiedName ElementEditor.getQualifiedName(Element element)
          Returns a qualified name that is formed from the given element's namespace name and namespace local name.
 String PropStat.getResponseDescription()
          Returns this propstat's response description.
 String MultiStatus.getResponseDescription()
          Returns this multistatus' response description, or null if it has none.
 String ResponseBody.getResponseDescription()
          Returns this response's response description, or null if it has none.
 Enumeration MultiStatus.getResponses()
          Returns an Enumeration over this multistatus' responses.
 Enumeration PropertyUpdate.getSetsAndRemoves()
          Returns an Enumeration over this propertyupdate's set and remove property elements.
 String PropStat.getStatus()
          Returns this propstat's status.
 String ResponseBody.getStatus()
          Returns this response's status.
 int PropStat.getStatusCode()
          Returns this propstat's status code.
 int ResponseBody.getStatusCode()
          Returns this response's status code.
 String ActiveLock.getTimeout()
          Returns this activelock's timeout, or null if this active lock has no timeout.
 String Update.getVersion()
          Returns this response's first DAV:version child element.
static boolean ElementEditor.hasChild(Element parent, QualifiedName childName)
           
 boolean PropFind.isAllProp()
          Returns true iff this propfind is in the "all prop" form.
 boolean PropertyBehavior.isKeepAllAlive()
          Returns true if this propertybehavior is in the "keep all alive" form, otherwise, returns false.
 boolean PropertyBehavior.isOmit()
          Returns true if this propertybehavior is in the "omit" form, otherwise, returns false.
 boolean PropFind.isProp()
          Returns true iff this propfind is in the "prop" form.
 boolean PropFind.isPropName()
          Returns true iff this propfind is in the "prop name" form.
 boolean ResponseBody.isPropStat()
          Returns true if this response is in "propstat" form and false if it is in "status" form.
 boolean PropertyUpdate.Directive.isRemove()
          Returns true if this directive's property decends from a WebDAV remove element and false if it decends from a WebDAV set element.
 boolean PropertyUpdate.Directive.isSet()
          Returns true if this directive's property decends from a WebDAV set element and false if it decends from a WebDAV remove element.
 boolean LockEntry.isShared()
          Returns true if this lockentry is shared and false if it is exclusive.
 boolean ActiveLock.isShared()
          Returns true if this activelock is shared, or false if it is exclusive.
 boolean LockInfo.isShared()
          Returns true if this lockinfo is shared and false if it is exclusive.
 boolean ResponseBody.isStatus()
          Returns true if this response is in "status" form and false if it is in "propstat" form.
 boolean Update.isVersion()
           
static Element ElementEditor.reduceNS(Element element)
          Removes redundant namespace declarations from this element and all its children to maximum depth.
static Node ElementEditor.reduceNS(Node node, Namespaces parentNamespaces)
          Removes redundant namespace declarations from the given node and all its children to maximum depth.
 void Update.setLabelName(String label)
          Sets the DAV:label child element.
 void Update.setVersion(String href)
          Sets the DAV:version child element.
 

Constructors in org.eclipse.webdav.dom that throw MalformedElementException
ActiveLock(Element root)
          Creates a new editor on the given WebDAV activelock element.
BaselineControl(Element root)
          Creates a new editor on the given WebDAV baseline control element.
Bindings(Element root)
          Creates a new editor on the given WebDAV bindings element.
Conflict(Element root)
          Creates a new editor on the given WebDAV conflict element.
ConflictReportResponse(Element root)
          Creates a new editor on the given WebDAV conflict-report-response element.
ElementEditor(Element root)
          Constructs a new element editor for the given element.
ElementEditor(Element root, String expectedType)
          Constructs a new element editor for the given element.
HrefSet(Element root, QualifiedName name)
          Creates a new editor on the given href set element with the given name.
Label(Element root)
           
LockDiscovery(Element root)
          Creates a new editor on the given WebDAV lockdiscovery element.
LockEntry(Element root)
          Creates a new editor on the given WebDAV lockentry element.
LockInfo(Element root)
          Creates a new editor on the given WebDAV lockinfo element.
Mkworkspace(Element root)
          Mkworkspace constructor.
MultiStatus(Element root)
          Creates a new editor on the given WebDAV multistatus element.
Owner(Element root)
          Creates a new editor on the given WebDAV owner element.
Prop(Element root)
          Creates a new editor on the given WebDAV prop element.
Property(Element element, String expectedType)
          Creates a new editor on the given property element.
PropertyBehavior(Element root)
          Creates a new editor on the given WebDAV propertybehavior element.
PropertyUpdate.Directive(Element element)
          Creates a new editor on the given element.
PropertyUpdate(Element root)
          Creates a new editor on the given WebDAV propertyupdate element.
PropFind(Element root)
          Creates a new editor on the given WebDAV propfind element.
PropStat(Element root)
          Creates a new editor on the given WebDAV propstat element.
ResourceID(Element root)
          Creates a new editor on the given WebDAV resourceid element.
ResponseBody(Element root)
          Creates a new editor on the given WebDAV response element.
Status(String status)
          Creates a new status from the given http status string.
SupportedLock(Element root)
          Creates a new editor on the given WebDAV supportedlock element.
Update(Element root)
          Creates a new editor on the given WebDAV set target element.
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.