com.jxml.quick
Class HRef
java.lang.Object
|
+--com.jxml.quick.HRef
- All Implemented Interfaces:
- QMeta
- Direct Known Subclasses:
- QHRef
- public class HRef
- extends Object
- implements QMeta
Hyper Reference
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
schema
public String schema
schemaClass
public String schemaClass
href
public String href
expects
public String expects
HRef
public HRef()
HRef
public HRef(String schema,
String href,
String expects)
HRef
public HRef(String schema,
String href,
String expects,
String schemaClass)
getWalkObject
public Object getWalkObject(Object parent,
Object appObject,
QDoc doc)
- Description copied from interface:
QMeta
- Returns the object used for data extraction.
- Specified by:
getWalkObject
in interface QMeta
- Following copied from interface:
com.jxml.quick.QMeta
- Parameters:
appObject
- The application object created from an XML element or attribute.doc
- Holds the object tree containing appObject.