- encodeIllegalHTMLCharacters(String) - Static method in class com.github.alanger.webdav.Text
-
Replaces HTML characters in the given string that might need escaping as HTML text or attribute
- encodeIllegalXMLCharacters(String) - Static method in class com.github.alanger.webdav.Text
-
Replaces XML characters in the given string that might need escaping as XML text or attribute
- equals(Object) - Method in class com.github.alanger.webdav.VfsDavLocatorFactory.Locator
-
Equality of path is achieved if the specified object is a DavResourceLocator object with the
same hash code.
- escape(String, char) - Static method in class com.github.alanger.webdav.Text
-
Does an URL encoding of the string using the escape character.
- escape(String, char, boolean) - Static method in class com.github.alanger.webdav.Text
-
Does an URL encoding of the string using the escape character.
- escape(String) - Static method in class com.github.alanger.webdav.Text
-
Does a URL encoding of the string.
- escapeIllegalJcr10Chars(String) - Static method in class com.github.alanger.webdav.Text
-
Escapes all illegal JCR 1.0 name characters of a string.
- escapeIllegalJcrChars(String) - Static method in class com.github.alanger.webdav.Text
-
Escapes all illegal JCR name characters of a string.
- escapeIllegalXpathSearchChars(String) - Static method in class com.github.alanger.webdav.Text
-
Escapes illegal XPath search characters at the end of a string.
- escapePath(String) - Static method in class com.github.alanger.webdav.Text
-
Does a URL encoding of the path.
- exists() - Method in class com.github.alanger.webdav.VfsDavResource
-
- explode(String, int) - Static method in class com.github.alanger.webdav.Text
-
returns an array of strings decomposed of the original string, split at every occurrence of 'ch'.
- explode(String, int, boolean) - Static method in class com.github.alanger.webdav.Text
-
returns an array of strings decomposed of the original string, split at every occurrence of 'ch'.