public class XMLInfo extends Object
Constructor and Description |
---|
XMLInfo(QName xmltag)
Create a new xml info.
|
XMLInfo(QName[] xmlpathelements)
Create a new xml info.
|
XMLInfo(QName[] xmlpathelements,
IFilter filter)
Create a new xml info.
|
XMLInfo(QName[] xmlpathelements,
IFilter filter,
boolean createfromtag)
Create a new xml info.
|
XMLInfo(QName[] xmlpathelements,
IFilter filter,
boolean createfromtag,
IPreProcessor preprocessor)
Create a new xml info.
|
XMLInfo(QName[] xmlpathelements,
IPreProcessor preprocessor)
Create a new xml info.
|
XMLInfo(QName xmltag,
IFilter filter)
Create a new xml info.
|
XMLInfo(QName xmltag,
IFilter filter,
boolean createfromtag)
Create a new xml info.
|
XMLInfo(String xmlpath)
Create a new xml info.
|
XMLInfo(String xmlpath,
IFilter filter)
Create a new xml info.
|
XMLInfo(String xmlpath,
IFilter filter,
boolean createfromtag)
Create a new xml info.
|
XMLInfo(String xmlpath,
IFilter filter,
boolean createfromtag,
IPreProcessor preprocessor)
Create a new xml info.
|
XMLInfo(String xmlpath,
IPreProcessor preprocessor)
Create a new xml info.
|
Modifier and Type | Method and Description |
---|---|
IFilter |
getFilter()
Get the filter.
|
IPreProcessor |
getPreProcessor()
Get the preprocessor.
|
String |
getXMLPath()
Get the xmlpath.
|
QName[] |
getXMLPathElements()
Get the xmlpathelements.
|
boolean |
isCreateFromTag()
Get the createfromtag.
|
public XMLInfo(String xmlpath)
public XMLInfo(QName xmltag)
public XMLInfo(QName[] xmlpathelements)
public XMLInfo(String xmlpath, IPreProcessor preprocessor)
public XMLInfo(QName[] xmlpathelements, IPreProcessor preprocessor)
public XMLInfo(String xmlpath, IFilter filter, boolean createfromtag)
public XMLInfo(String xmlpath, IFilter filter, boolean createfromtag, IPreProcessor preprocessor)
public XMLInfo(QName[] xmlpathelements, IFilter filter, boolean createfromtag)
public XMLInfo(QName[] xmlpathelements, IFilter filter, boolean createfromtag, IPreProcessor preprocessor)
public String getXMLPath()
public QName[] getXMLPathElements()
public IFilter getFilter()
public boolean isCreateFromTag()
public IPreProcessor getPreProcessor()
Copyright © 2012. All Rights Reserved.