Searched refs:UnparsedEntity (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DUnparsedEntity.java30 public class UnparsedEntity extends Notation { class in inherits:Notation
34 public UnparsedEntity(String _name, String _systemIdentifier, String _publicIdentifier, String _notationName) { method in class:UnparsedEntity
H A DDecoder.java669 UnparsedEntity unparsedEntity = new UnparsedEntity(name, system_identifier, public_identifier, notation_name);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java2434 UnparsedEntity ent = new UnparsedEntity();
2466 * Checks if an UnparsedEntity with the given name was declared in the DTD of the document
2467 * for the current pipeline. If so, then the notation for the UnparsedEntity is checked.
2468 * If that turns out okay, then the UnparsedEntity is passed to the root pipeline to
2471 * @param entName the name of the UnparsedEntity to check
2474 UnparsedEntity ent = new UnparsedEntity();
2478 ent = (UnparsedEntity)fUnparsedEntities.get(index);
2503 * The purpose of this method is to check if an UnparsedEntity conflict
2732 protected static class UnparsedEntity { class in class:XIncludeHandler
[all...]

Completed in 41 milliseconds