|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.xsltc.trax.XSLTCSource
Constructor Summary | |
XSLTCSource()
Create a new XSLTC-specific DOM source |
|
XSLTCSource(int size)
Create a new XSLTC-specific DOM source |
Method Summary | |
void |
build()
Build the internal XSLTC-specific DOM. |
void |
build(java.lang.String systemId)
Build the internal XSLTC-specific DOM. |
void |
build(XMLReader reader)
Build the internal XSLTC-specific DOM. |
void |
build(XMLReader reader,
java.lang.String systemId)
Build the internal XSLTC-specific DOM. |
java.lang.String |
getSystemId()
Implements javax.xml.transform.Source.getSystemId() Get the system identifier that was set with setSystemId. |
void |
setSystemId(java.lang.String systemId)
Implements javax.xml.transform.Source.setSystemId() Set the system identifier for this Source. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public XSLTCSource(int size)
size
- The estimated node-count for this DOM. A good guess here
speeds up the DOM build process.public XSLTCSource()
Method Detail |
public void setSystemId(java.lang.String systemId)
systemId
- The system Id for this Sourcepublic java.lang.String getSystemId()
public void build(XMLReader reader, java.lang.String systemId) throws SAXException
reader
- An XMLReader that will pass the XML contents to the DOMsystemId
- Specifies the input filepublic void build(java.lang.String systemId) throws SAXException
systemId
- Specifies the input filepublic void build(XMLReader reader) throws SAXException
reader
- An XMLReader that will pass the XML contents to the DOMpublic void build() throws SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |