Searched defs:entity (Results 26 - 29 of 29) sorted by relevance

12

/openjdk7/langtools/test/tools/javac/diags/
H A DHTMLWriter.java281 * Write a basic HTML entity, such as   or { .
282 * @param entity the entity to write
285 public void writeEntity(String entity) throws IOException { argument
290 out.write(entity);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DMultiDOM.java663 public String getUnparsedEntityURI(String entity) { argument
664 return _main.getUnparsedEntityURI(entity);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java101 public void ignoringExtension(Entity entity, QName name, QName parent) {
106 warning(entity, ModelerMessages.WSDLMODELER_WARNING_IGNORING_UNRECOGNIZED_SCHEMA_EXTENSION(name.getNamespaceURI()));
112 public void doneParsingEntity(QName element, Entity entity) {
2768 private void reportError(Entity entity, argument
2770 Locator locator = (entity == null)?null:entity.getLocator();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java161 /** Property identifier: entity resolver. */
319 * of accessing external dtd or entity references
470 //entity reference callback are given in startEntity
835 * This method notifies of the start of an entity. The DTD has the
836 * pseudo-name of "[dtd]" parameter entity names start with '%'; and
839 * @param name The name of the entity.
841 * @param encoding The auto-detected IANA encoding name of the entity
843 * where the entity encoding is not auto-detected (e.g.
844 * internal entities or a document entity that is
854 // keep track of this entity befor
1928 handleCharacter(char c, String entity, XMLStringBuffer content) argument
[all...]

Completed in 48 milliseconds

12