本文整理了Java中org.apache.xalan.processor.XSLTElementDef.setElementProcessor()
方法的一些代码示例,展示了XSLTElementDef.setElementProcessor()
的具体用法。这些代码示例主要来源于Github
/Stackoverflow
/Maven
等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。XSLTElementDef.setElementProcessor()
方法的具体详情如下:
包路径:org.apache.xalan.processor.XSLTElementDef
类名称:XSLTElementDef
方法名:setElementProcessor
[英]Set the XSLTElementProcessor for this element.
[中]为此元素设置XSLTElementProcessor。
代码示例来源:origin: robovm/robovm
/**
* Construct an instance of XSLTElementDef that represents text.
*
* @param classObject The class of the object that this element def should produce.
* @param contentHandler The element processor for this element.
* @param type Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
*/
XSLTElementDef(Class classObject, XSLTElementProcessor contentHandler,
int type)
{
this.m_classObject = classObject;
this.m_type = type;
setElementProcessor(contentHandler);
}
代码示例来源:origin: xalan/xalan
/**
* Construct an instance of XSLTElementDef that represents text.
*
* @param classObject The class of the object that this element def should produce.
* @param contentHandler The element processor for this element.
* @param type Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
*/
XSLTElementDef(Class classObject, XSLTElementProcessor contentHandler,
int type)
{
this.m_classObject = classObject;
this.m_type = type;
setElementProcessor(contentHandler);
}
代码示例来源:origin: robovm/robovm
this.m_attributes = attributes;
setElementProcessor(contentHandler);
代码示例来源:origin: xalan/xalan
this.m_attributes = attributes;
setElementProcessor(contentHandler);
代码示例来源:origin: FlexoVM/flexovm
/**
* Construct an instance of XSLTElementDef that represents text.
*
* @param classObject The class of the object that this element def should produce.
* @param contentHandler The element processor for this element.
* @param type Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
*/
XSLTElementDef(Class classObject, XSLTElementProcessor contentHandler,
int type)
{
this.m_classObject = classObject;
this.m_type = type;
setElementProcessor(contentHandler);
}
代码示例来源:origin: com.mobidevelop.robovm/robovm-rt
/**
* Construct an instance of XSLTElementDef that represents text.
*
* @param classObject The class of the object that this element def should produce.
* @param contentHandler The element processor for this element.
* @param type Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
*/
XSLTElementDef(Class classObject, XSLTElementProcessor contentHandler,
int type)
{
this.m_classObject = classObject;
this.m_type = type;
setElementProcessor(contentHandler);
}
代码示例来源:origin: com.bugvm/bugvm-rt
/**
* Construct an instance of XSLTElementDef that represents text.
*
* @param classObject The class of the object that this element def should produce.
* @param contentHandler The element processor for this element.
* @param type Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
*/
XSLTElementDef(Class classObject, XSLTElementProcessor contentHandler,
int type)
{
this.m_classObject = classObject;
this.m_type = type;
setElementProcessor(contentHandler);
}
代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan
/**
* Construct an instance of XSLTElementDef that represents text.
*
* @param classObject The class of the object that this element def should produce.
* @param contentHandler The element processor for this element.
* @param type Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
*/
XSLTElementDef(Class classObject, XSLTElementProcessor contentHandler,
int type)
{
this.m_classObject = classObject;
this.m_type = type;
setElementProcessor(contentHandler);
}
代码示例来源:origin: com.gluonhq/robovm-rt
/**
* Construct an instance of XSLTElementDef that represents text.
*
* @param classObject The class of the object that this element def should produce.
* @param contentHandler The element processor for this element.
* @param type Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
*/
XSLTElementDef(Class classObject, XSLTElementProcessor contentHandler,
int type)
{
this.m_classObject = classObject;
this.m_type = type;
setElementProcessor(contentHandler);
}
代码示例来源:origin: MobiVM/robovm
/**
* Construct an instance of XSLTElementDef that represents text.
*
* @param classObject The class of the object that this element def should produce.
* @param contentHandler The element processor for this element.
* @param type Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
*/
XSLTElementDef(Class classObject, XSLTElementProcessor contentHandler,
int type)
{
this.m_classObject = classObject;
this.m_type = type;
setElementProcessor(contentHandler);
}
代码示例来源:origin: ibinti/bugvm
/**
* Construct an instance of XSLTElementDef that represents text.
*
* @param classObject The class of the object that this element def should produce.
* @param contentHandler The element processor for this element.
* @param type Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
*/
XSLTElementDef(Class classObject, XSLTElementProcessor contentHandler,
int type)
{
this.m_classObject = classObject;
this.m_type = type;
setElementProcessor(contentHandler);
}
代码示例来源:origin: org.apache.xalan/com.springsource.org.apache.xalan
/**
* Construct an instance of XSLTElementDef that represents text.
*
* @param classObject The class of the object that this element def should produce.
* @param contentHandler The element processor for this element.
* @param type Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
*/
XSLTElementDef(Class classObject, XSLTElementProcessor contentHandler,
int type)
{
this.m_classObject = classObject;
this.m_type = type;
setElementProcessor(contentHandler);
}
代码示例来源:origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1
/**
* Construct an instance of XSLTElementDef that represents text.
*
* @param classObject The class of the object that this element def should produce.
* @param contentHandler The element processor for this element.
* @param type Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
*/
XSLTElementDef(Class classObject, XSLTElementProcessor contentHandler,
int type)
{
this.m_classObject = classObject;
this.m_type = type;
setElementProcessor(contentHandler);
}
代码示例来源:origin: ibinti/bugvm
this.m_attributes = attributes;
setElementProcessor(contentHandler);
代码示例来源:origin: com.mobidevelop.robovm/robovm-rt
this.m_attributes = attributes;
setElementProcessor(contentHandler);
代码示例来源:origin: MobiVM/robovm
this.m_attributes = attributes;
setElementProcessor(contentHandler);
代码示例来源:origin: com.bugvm/bugvm-rt
this.m_attributes = attributes;
setElementProcessor(contentHandler);
代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan
this.m_attributes = attributes;
setElementProcessor(contentHandler);
代码示例来源:origin: FlexoVM/flexovm
this.m_attributes = attributes;
setElementProcessor(contentHandler);
代码示例来源:origin: org.apache.xalan/com.springsource.org.apache.xalan
this.m_attributes = attributes;
setElementProcessor(contentHandler);
内容来源于网络,如有侵权,请联系作者删除!