|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.template.CompositeSAXSource
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private Vector |
components
|
private static AttributeListImpl |
EMPTY_ATTRIBUTE_LIST
|
private static String |
RESOURCE
|
private String |
rootTag
|
private boolean |
standAlone
|
Constructor Summary | |
CompositeSAXSource(String a_rootTag)
Supported API: false |
Method Summary | |
void |
addComponent(SAXXMLSource a_saxSource)
Supported API: false |
String |
getBaseURI()
The URI describing the location of the XML data, up to, but not including the file part of the URI. |
Vector |
getComponents()
Gets the object for the association that plays role: components. |
String |
getRootTag()
Gets the value of the attribute: rootTag. |
boolean |
isStandAlone()
Gets the value of the attribute: standAlone; Indicates if this is a standalone document. |
void |
produceEvents(DocumentHandler listener)
Deprecated. |
private void |
rootTagValidate(String a_RootTag)
|
void |
setComponents(Vector a_Components)
Sets the object for the association that plays role: components. |
void |
setRootTag(String a_RootTag)
Sets the value of the attribute: rootTag. |
void |
setStandAlone(boolean a_StandAlone)
Sets the value of the attribute: standAlone; Indicates if this is a standalone document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private boolean standAlone
private String rootTag
private Vector components
private static final AttributeListImpl EMPTY_ATTRIBUTE_LIST
Constructor Detail |
public CompositeSAXSource(String a_rootTag) throws WTPropertyVetoException
a_rootTag
-
WTPropertyVetoException
Method Detail |
public boolean isStandAlone()
public void setStandAlone(boolean a_StandAlone)
a_StandAlone
- public String getRootTag()
public void setRootTag(String a_RootTag) throws WTPropertyVetoException
a_RootTag
-
WTPropertyVetoException
private void rootTagValidate(String a_RootTag) throws WTPropertyVetoException
a_RootTag
-
WTPropertyVetoException
public Vector getComponents()
public void setComponents(Vector a_Components) throws WTPropertyVetoException
a_Components
-
WTPropertyVetoException
public void addComponent(SAXXMLSource a_saxSource)
a_saxSource
- public void produceEvents(DocumentHandler listener) throws SAXException
produceEvents
in interface SAXXMLSource
listener
- The handler that will "receive" the SAX events as method calls.
SAXException
public String getBaseURI()
http://www.acme.com/documents/Document1.xml
would
be http://www.acme.com/documents
.
getBaseURI
in interface XMLSource
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |