public class KDOMElementLocator extends ElementLocator<org.kxml2.kdom.Document>
| Modifier and Type | Method and Description |
|---|---|
static ElementLocator<org.kxml2.kdom.Document> |
newInstance(String namespaceURI,
String localName) |
static ElementLocator<org.kxml2.kdom.Document> |
parseInstance(org.kxml2.kdom.Document document) |
org.kxml2.kdom.Document |
toDocument() |
org.kxml2.kdom.Document |
toDocument(org.kxml2.kdom.Document document)
Prints contents to given
document. |
public static ElementLocator<org.kxml2.kdom.Document> newInstance(String namespaceURI, String localName)
public static ElementLocator<org.kxml2.kdom.Document> parseInstance(org.kxml2.kdom.Document document)
document - public final org.kxml2.kdom.Document toDocument()
public org.kxml2.kdom.Document toDocument(org.kxml2.kdom.Document document)
ElementLocatordocument.toDocument in class ElementLocator<org.kxml2.kdom.Document>document - an empty documentdocumentCopyright © 2010-2011. All Rights Reserved.