本文整理了Java中org.apache.xalan.processor.XSLTElementProcessor.unparsedEntityDecl()
方法的一些代码示例,展示了XSLTElementProcessor.unparsedEntityDecl()
的具体用法。这些代码示例主要来源于Github
/Stackoverflow
/Maven
等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。XSLTElementProcessor.unparsedEntityDecl()
方法的具体详情如下:
包路径:org.apache.xalan.processor.XSLTElementProcessor
类名称:XSLTElementProcessor
方法名:unparsedEntityDecl
[英]Receive notification of an unparsed entity declaration.
[中]接收未解析实体声明的通知。
代码示例来源:origin: robovm/robovm
/**
* Receive notification of an unparsed entity declaration.
*
* @param name The entity name.
* @param publicId The entity public identifier, or null if not
* available.
* @param systemId The entity system identifier.
* @param notationName The name of the associated notation.
* @see org.xml.sax.DTDHandler#unparsedEntityDecl
*/
public void unparsedEntityDecl(String name, String publicId,
String systemId, String notationName)
{
getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId,
notationName);
}
代码示例来源:origin: xalan/xalan
/**
* Receive notification of an unparsed entity declaration.
*
* @param name The entity name.
* @param publicId The entity public identifier, or null if not
* available.
* @param systemId The entity system identifier.
* @param notationName The name of the associated notation.
* @see org.xml.sax.DTDHandler#unparsedEntityDecl
*/
public void unparsedEntityDecl(String name, String publicId,
String systemId, String notationName)
{
getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId,
notationName);
}
代码示例来源:origin: MobiVM/robovm
/**
* Receive notification of an unparsed entity declaration.
*
* @param name The entity name.
* @param publicId The entity public identifier, or null if not
* available.
* @param systemId The entity system identifier.
* @param notationName The name of the associated notation.
* @see org.xml.sax.DTDHandler#unparsedEntityDecl
*/
public void unparsedEntityDecl(String name, String publicId,
String systemId, String notationName)
{
getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId,
notationName);
}
代码示例来源:origin: com.gluonhq/robovm-rt
/**
* Receive notification of an unparsed entity declaration.
*
* @param name The entity name.
* @param publicId The entity public identifier, or null if not
* available.
* @param systemId The entity system identifier.
* @param notationName The name of the associated notation.
* @see org.xml.sax.DTDHandler#unparsedEntityDecl
*/
public void unparsedEntityDecl(String name, String publicId,
String systemId, String notationName)
{
getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId,
notationName);
}
代码示例来源:origin: ibinti/bugvm
/**
* Receive notification of an unparsed entity declaration.
*
* @param name The entity name.
* @param publicId The entity public identifier, or null if not
* available.
* @param systemId The entity system identifier.
* @param notationName The name of the associated notation.
* @see org.xml.sax.DTDHandler#unparsedEntityDecl
*/
public void unparsedEntityDecl(String name, String publicId,
String systemId, String notationName)
{
getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId,
notationName);
}
代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan
/**
* Receive notification of an unparsed entity declaration.
*
* @param name The entity name.
* @param publicId The entity public identifier, or null if not
* available.
* @param systemId The entity system identifier.
* @param notationName The name of the associated notation.
* @see org.xml.sax.DTDHandler#unparsedEntityDecl
*/
public void unparsedEntityDecl(String name, String publicId,
String systemId, String notationName)
{
getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId,
notationName);
}
代码示例来源:origin: com.mobidevelop.robovm/robovm-rt
/**
* Receive notification of an unparsed entity declaration.
*
* @param name The entity name.
* @param publicId The entity public identifier, or null if not
* available.
* @param systemId The entity system identifier.
* @param notationName The name of the associated notation.
* @see org.xml.sax.DTDHandler#unparsedEntityDecl
*/
public void unparsedEntityDecl(String name, String publicId,
String systemId, String notationName)
{
getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId,
notationName);
}
代码示例来源:origin: org.apache.xalan/com.springsource.org.apache.xalan
/**
* Receive notification of an unparsed entity declaration.
*
* @param name The entity name.
* @param publicId The entity public identifier, or null if not
* available.
* @param systemId The entity system identifier.
* @param notationName The name of the associated notation.
* @see org.xml.sax.DTDHandler#unparsedEntityDecl
*/
public void unparsedEntityDecl(String name, String publicId,
String systemId, String notationName)
{
getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId,
notationName);
}
代码示例来源:origin: com.bugvm/bugvm-rt
/**
* Receive notification of an unparsed entity declaration.
*
* @param name The entity name.
* @param publicId The entity public identifier, or null if not
* available.
* @param systemId The entity system identifier.
* @param notationName The name of the associated notation.
* @see org.xml.sax.DTDHandler#unparsedEntityDecl
*/
public void unparsedEntityDecl(String name, String publicId,
String systemId, String notationName)
{
getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId,
notationName);
}
代码示例来源:origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1
/**
* Receive notification of an unparsed entity declaration.
*
* @param name The entity name.
* @param publicId The entity public identifier, or null if not
* available.
* @param systemId The entity system identifier.
* @param notationName The name of the associated notation.
* @see org.xml.sax.DTDHandler#unparsedEntityDecl
*/
public void unparsedEntityDecl(String name, String publicId,
String systemId, String notationName)
{
getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId,
notationName);
}
代码示例来源:origin: FlexoVM/flexovm
/**
* Receive notification of an unparsed entity declaration.
*
* @param name The entity name.
* @param publicId The entity public identifier, or null if not
* available.
* @param systemId The entity system identifier.
* @param notationName The name of the associated notation.
* @see org.xml.sax.DTDHandler#unparsedEntityDecl
*/
public void unparsedEntityDecl(String name, String publicId,
String systemId, String notationName)
{
getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId,
notationName);
}
内容来源于网络,如有侵权,请联系作者删除!